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

◆ kRgbwDefaultProfile

const DiodeProfile fl::kRgbwDefaultProfile
Initial value:
= {
{ 0.700606f, 0.299300f },
{ 0.097940f, 0.831593f },
{ 0.129086f, 0.049450f },
{ 0.322080f, 0.338050f },
0.10f,
0.37f,
0.08f,
1.00f,
6000,
{ 0.700606f, 0.299300f },
{ 0.097940f, 0.831593f },
{ 0.129086f, 0.049450f },
{ 0.31272f, 0.32903f },
}

Definition at line 37 of file rgbw.cpp.hpp.

37 {
38 /* xy_r */ { 0.700606f, 0.299300f },
39 /* xy_g */ { 0.097940f, 0.831593f },
40 /* xy_b */ { 0.129086f, 0.049450f },
41 /* xy_w */ { 0.322080f, 0.338050f },
42 /* lum_r */ 0.10f,
43 /* lum_g */ 0.37f,
44 /* lum_b */ 0.08f,
45 /* lum_w */ 1.00f,
46 /* nominal_cct */ 6000,
47 /* input_xy_r */ { 0.700606f, 0.299300f }, // native LED R
48 /* input_xy_g */ { 0.097940f, 0.831593f }, // native LED G
49 /* input_xy_b */ { 0.129086f, 0.049450f }, // native LED B
50 /* input_xy_w */ { 0.31272f, 0.32903f }, // D65 white
51};

Referenced by get_rgbw_colorimetric_profile().