![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Definition of colour type for MHEG5 component. For DVP colour is stored as 32 bit ARGB format. Contains function to conver from MHEG5 colour to OSDColor type. More...
Go to the source code of this file.
Functions | |
OSDColor | OSDgetColour (const char *colour, int len) |
Converts an MHEG5 colour value to an OSDColor type For UK1 profile only RGBTCOLOR is defined. More... | |
MHEG5String | OSDsetColour (OSDColor colour) |
Converts an OSDColor type into an MHEG5 colour value For UK1 profile only RGBTCOLOR is defined. More... | |
Definition of colour type for MHEG5 component. For DVP colour is stored as 32 bit ARGB format. Contains function to conver from MHEG5 colour to OSDColor type.
Definition in file tmcolor.c.
OSDColor OSDgetColour | ( | const char * | colour, |
int | len | ||
) |
Converts an MHEG5 colour value to an OSDColor type For UK1 profile only RGBTCOLOR is defined.
Converts an MHEG5 colour value to an OSDColor type.
colour | Pointer to an array of bytes that specify the MHEG5 colour |
len | Length of the colour parameter |
MHEG5String OSDsetColour | ( | OSDColor | colour | ) |