MPLABĀ® Harmony Graphics Suite  GFX v3.13.0
Legato API Documentation
leBlendLookupTable Struct Reference

This struct represents a blend color lookup table. More...

#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/common/legato_color.h>

Collaboration diagram for leBlendLookupTable:

Data Fields

leColor foreground
 
leColor background
 
leColorMode mode
 
const void * data
 

Detailed Description

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.

Field Documentation

◆ background

leColor background

The table background color

◆ data

const void* data

Pointer to a buffer which holds the lookup values.

◆ foreground

leColor foreground

The table foreground color

◆ mode

The table color mode.


The documentation for this struct was generated from the following file: