![]() |
MHEG5
22.11.0
|
Implement the MHEG5 Palette Class Palette Class Defines a class to represent a colour look-up table. Base class: Ingredient Subclasses: None Status: Concrete class. More...
#include "mh5ingredient.h"Go to the source code of this file.
Classes | |
| struct | sMHEG5Palette |
Typedefs | |
| typedef struct sMHEG5Palette | MHEG5Palette |
Functions | |
| void | MHEG5paletteInit (MHEG5Palette *palette) |
| <Function description>=""> More... | |
| void | MHEG5paletteFree (MHEG5Palette *palette) |
| Free off all memory associated with the specified object, including any exchanged attributes and internal data. The data holding the object itself is not freed. More... | |
| void | MHEG5palettePrepare (MHEG5Palette *palette) |
| void | MHEG5paletteDestruct (MHEG5Palette *palette) |
| void | MHEG5paletteActivate (MHEG5Palette *palette) |
| void | MHEG5paletteDeactivate (MHEG5Palette *palette) |
Implement the MHEG5 Palette Class Palette Class Defines a class to represent a colour look-up table. Base class: Ingredient Subclasses: None Status: Concrete class.
| void MHEG5paletteFree | ( | MHEG5Palette * | palette | ) |
Free off all memory associated with the specified object, including any exchanged attributes and internal data. The data holding the object itself is not freed.
| palette | Pointer to object to free. |
| void MHEG5paletteInit | ( | MHEG5Palette * | palette | ) |
<Function description>="">
| palette | Pointer to object to initialise. |
<Function description>="">
| palette | Pointer to object to initialise. |
1.8.11