FastLED 3.9.15
Loading...
Searching...
No Matches
fl::UCS7604CurrentControl Struct Reference

Detailed Description

UCS7604 current control structure with 4-bit fields for each channel.

Definition at line 35 of file ucs7604.h.

#include <ucs7604.h>

Public Member Functions

 UCS7604CurrentControl () FL_NOEXCEPT
 Default constructor - maximum brightness.
 
 UCS7604CurrentControl (u8 brightness)
 Construct from single brightness value (all channels)
 
 UCS7604CurrentControl (u8 r_, u8 g_, u8 b_, u8 w_)
 Construct from individual channel values.
 

Public Attributes

u8 b
 Blue channel current (0x0-0xF)
 
u8 g
 Green channel current (0x0-0xF)
 
u8 r
 Red channel current (0x0-0xF)
 
u8 w
 White channel current (0x0-0xF)
 

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