![]() |
MHEG-5
19.3.0
MHEG-5 Documentation
|
Definition of colour type for MHEG5 - settings and conversions. More...
Go to the source code of this file.
Classes | |
struct | S_MHEG_OSD_COLOUR_MAP |
Functions | |
OSDColor | OSDgetColour (const char *colour, int len) |
Converts an MHEG5 colour value to an OSDColor type. 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 - settings and conversions.
Definition in file tmcolor.h.
OSDColor OSDgetColour | ( | const char * | colour, |
int | len | ||
) |
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 |
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 | ) |