Grbwc and Rgbwc

This commit is contained in:
Michael Miller
2024-03-29 11:11:21 -07:00
parent 30295b0577
commit 539433a433

View File

@@ -49,3 +49,15 @@ class NeoRbgwwFeature :
public NeoElementsNoSettings
{
};
class NeoGrbwcFeature :
public Neo5ByteFeature<ColorIndexG, ColorIndexR, ColorIndexB, ColorIndexWW, ColorIndexCW>,
public NeoElementsNoSettings
{
};
class NeoRgbwcFeature :
public Neo5ByteFeature<ColorIndexR, ColorIndexG, ColorIndexB, ColorIndexWW, ColorIndexCW>,
public NeoElementsNoSettings
{
};