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: ComponentTypeRed Component
g: ComponentTypeGreen Component
b: ComponentTypeBlue Component
a: CctWhite<CctWhiteComponentType>Alpha Component