Lumitronix_Iflex_Pro_Workshop
Library to interact with the iFlexPro
NeoRgbFeatures.h
Go to the documentation of this file.
1 /*-------------------------------------------------------------------------
2 NeoRgbFeature provides feature classes to describe color order and
3 color depth for LumitronixIFlexBus template class
4 
5 Written by Michael C. Miller.
6 
7 I invest time and resources providing this open source code,
8 please support me by dontating (see https://github.com/Makuna)
9 
10 -------------------------------------------------------------------------
11 This file is part of the LUMITRONIX_iFlex_Workshop library.
12 
13 LumitronixIFlexBus is free software: you can redistribute it and/or modify
14 it under the terms of the GNU Lesser General Public License as
15 published by the Free Software Foundation, either version 3 of
16 the License, or (at your option) any later version.
17 
18 LumitronixIFlexBus is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU Lesser General Public License for more details.
22 
23 You should have received a copy of the GNU Lesser General Public
24 License along with LumitronixIFlex. If not, see
25 <http://www.gnu.org/licenses/>.
26 -------------------------------------------------------------------------*/
27 #pragma once
28 
30  public Neo3ByteFeature<ColorIndexR, ColorIndexG, ColorIndexB>,
32 {
33 };
34 
36  public Neo3ByteFeature<ColorIndexR, ColorIndexB, ColorIndexG>,
38 {
39 };
40 
42  public Neo3ByteFeature<ColorIndexG, ColorIndexB, ColorIndexR>,
44 {
45 };
46 
48  public Neo3ByteFeature<ColorIndexG, ColorIndexR, ColorIndexB>,
50 {
51 };
52 
54  public Neo3ByteFeature<ColorIndexB, ColorIndexG, ColorIndexR>,
56 {
57 };
58 
60  public Neo3ByteFeature<ColorIndexB, ColorIndexR, ColorIndexG>,
62 {
63 };
64 
Definition: Neo3ByteFeature.h:32
Definition: NeoRgbFeatures.h:56
Definition: NeoRgbFeatures.h:62
Definition: NeoElementsNoSettings.h:30
Definition: NeoRgbFeatures.h:44
Definition: NeoRgbFeatures.h:50
Definition: NeoRgbFeatures.h:38
Definition: NeoRgbFeatures.h:32