Function

Babltype

Declaration [src]

const Babl*
babl_type (
  const char* name
)

Description [src]

Returns the babl object representing the data type given by name such as for example “u8”, “u16” or “float”.

Parameters

name 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

Returns: Babl
  No description available.
 The data is owned by the called function.