![]() |
MHEG5
22.11.0
|
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...
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.
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 | ) |
Converts an OSDColor type into an MHEG5 colour value For UK1 profile only RGBTCOLOR is defined.
colour | OSDColor to convert |