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

◆ kRgbwwDefaultProfile

const colorimetric_detail::RgbcctProfile fl::kRgbwwDefaultProfile

Definition at line 53 of file rgbww.cpp.hpp.

53 {
54 /* warm_path */ {
55 /* xy_r */ { 0.700606f, 0.299300f },
56 /* xy_g */ { 0.097940f, 0.831593f },
57 /* xy_b */ { 0.129086f, 0.049450f },
58 /* xy_w (2700) */ { 0.460000f, 0.410700f },
59 /* lum_r */ 0.10f,
60 /* lum_g */ 0.37f,
61 /* lum_b */ 0.08f,
62 /* lum_w */ 1.00f,
63 /* nominal_cct */ 2700,
64 /* input_xy_r */ { 0.700606f, 0.299300f }, // native LED R
65 /* input_xy_g */ { 0.097940f, 0.831593f }, // native LED G
66 /* input_xy_b */ { 0.129086f, 0.049450f }, // native LED B
67 /* input_xy_w */ { 0.31272f, 0.32903f }, // D65
68 },
69 /* cool_path */ {
70 /* xy_r */ { 0.700606f, 0.299300f },
71 /* xy_g */ { 0.097940f, 0.831593f },
72 /* xy_b */ { 0.129086f, 0.049450f },
73 /* xy_w (6500) */ { 0.313500f, 0.323700f },
74 /* lum_r */ 0.10f,
75 /* lum_g */ 0.37f,
76 /* lum_b */ 0.08f,
77 /* lum_w */ 1.00f,
78 /* nominal_cct */ 6500,
79 /* input_xy_r */ { 0.700606f, 0.299300f }, // native LED R
80 /* input_xy_g */ { 0.097940f, 0.831593f }, // native LED G
81 /* input_xy_b */ { 0.129086f, 0.049450f }, // native LED B
82 /* input_xy_w */ { 0.31272f, 0.32903f }, // D65
83 },
84};

Referenced by get_rgbww_colorimetric_profile().