MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
This struct represents a blend color lookup table. More...
#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/common/legato_color.h>
Data Fields | |
leColor | foreground |
leColor | background |
leColorMode | mode |
const void * | data |
This struct represents a blend color lookup table.
A blend color lookup table is allows for a fast blending result based on a lookup table versus having to perform the calculation mathematically.
leColor background |
The table background color
const void* data |
Pointer to a buffer which holds the lookup values.
leColor foreground |
The table foreground color
leColorMode mode |
The table color mode.