2D Image Processing Library for Cortex-M Processors
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
arm_2d_color_info_t Union Reference

a type used as colour descriptor More...

#include <arm_2d_types.h>

Data Fields

struct {
uint8_t bHasAlpha: 1
 whether the target colour has alpha channel More...
 
uint8_t u3ColourSZ: 3
 the size of the colour More...
 
uint8_t bBigEndian: 1
 whether the colour is stored in big endian More...
 
uint8_t u3Variant: 3
 
}; 
 
uint8_t chScheme
 

Description

a type used as colour descriptor

Field Documentation

◆ 

struct { ... } arm_2d_color_info_t::@18

◆ chScheme

uint8_t arm_2d_color_info_t::chScheme