FastLED 3.9.15
Loading...
Searching...
No Matches

◆ CRGB() [2/8]

CRGB::CRGB ( fl::u8 ir,
fl::u8 ig,
fl::u8 ib )
inlineconstexprnoexcept

Allow construction from red, green, and blue.

Parameters
irinput red value
iginput green value
ibinput blue value

Definition at line 169 of file crgb.h.

170 : r(ir), g(ig), b(ib)
171 {
172 }