RGBCCT

Type Alias RGBCCT 

Source
pub type RGBCCT<ComponentType, CctWhiteComponentType = ComponentType> = Rgba<ComponentType, CctWhite<CctWhiteComponentType>>;
Expand description

The RGBCCT Pixel

This is used for leds that, in addition to RGB leds, also contain two white leds (cold white and warm white)

Aliased Type§

#[repr(C)]
pub struct RGBCCT<ComponentType, CctWhiteComponentType = ComponentType> { pub r: ComponentType, pub g: ComponentType, pub b: ComponentType, pub a: CctWhite<CctWhiteComponentType>, }

Fields§

§r: ComponentType

Red Component

§g: ComponentType

Green Component

§b: ComponentType

Blue Component

§a: CctWhite<CctWhiteComponentType>

Alpha Component