struct ColorConversionData
Defined at line 21 of file ../../src/ui/scenic/lib/flatland/engine/color_conversion_state_machine.h
Color Conversion Data Struct. The data here modulates pixel data with
the following formula:
[coefficients * (pixel + preoffsets) + postoffsets].
where 'pixel' is comprised of the RGB components of the physical pixel
on the display.
Public Members
array coefficients
array preoffsets
array postoffsets
Public Methods
bool operator== (const ColorConversionData & rhs)
Defined at line 26 of file ../../src/ui/scenic/lib/flatland/engine/color_conversion_state_machine.h
bool operator!= (const ColorConversionData & rhs)
Defined at line 31 of file ../../src/ui/scenic/lib/flatland/engine/color_conversion_state_machine.h