Function

Bablmodel

since: 0.1

Declaration [src]

const Babl*
babl_model (
  const char* name
)

Description [src]

Returns the babl object representing the color model given by name such as for example “RGB”, “CMYK” or “CIE Lab”.

Available since: 0.1

Parameters

name

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: Babl

No description available.

The data is owned by the called function.