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

◆ CHSVPalette16() [2/8]

CHSVPalette16::CHSVPalette16 ( const CHSV & c00,
const CHSV & c01,
const CHSV & c02,
const CHSV & c03,
const CHSV & c04,
const CHSV & c05,
const CHSV & c06,
const CHSV & c07,
const CHSV & c08,
const CHSV & c09,
const CHSV & c10,
const CHSV & c11,
const CHSV & c12,
const CHSV & c13,
const CHSV & c14,
const CHSV & c15 )
inline

Create palette from 16 CHSV values.

Definition at line 735 of file colorutils.h.

739 {
740 entries[0]=c00; entries[1]=c01; entries[2]=c02; entries[3]=c03;
741 entries[4]=c04; entries[5]=c05; entries[6]=c06; entries[7]=c07;
742 entries[8]=c08; entries[9]=c09; entries[10]=c10; entries[11]=c11;
743 entries[12]=c12; entries[13]=c13; entries[14]=c14; entries[15]=c15;
744 };
CHSV entries[16]
the color entries that make up the palette
Definition colorutils.h:729

References entries.