An auxiliary class used for manipulating the Color Lookup Table (CLUT) of the video display
![]() | A: Constructors, destructors and status.
| ||||||||||||||||||
![]() | B: Public information.
| ||||||||||||||||||
![]() | C: Public manipulation and access functions.
|
An auxiliary class used for manipulating the Color Lookup Table (CLUT) of the video display. Generally you will grab a copy of the current CLUT by asking the mvl_video_manager object for a copy. Then you can make some changes and load it back into the hardware.
mvl_clut(mvl_clut IML_REF Example)
~mvl_clut()
IML_SINT success(void)
void set_clut_entry(IML_SINT I, IML_SINT R, IML_SINT G, IML_SINT B)
void set_clut_entry(IML_SINT I, mvl_ColorSpec & Color)
generated by doc++