Lumitronix_Iflex_Pro_Workshop
Library to interact with the iFlexPro
NeoRgbw64Features.h
Go to the documentation of this file.
1 /*-------------------------------------------------------------------------
2 NeoRgbw64Feature 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 
29 
31  public Neo4WordFeature<ColorIndexR, ColorIndexG, ColorIndexB, ColorIndexW>,
33 {
34 };
35 
37  public Neo4WordFeature<ColorIndexR, ColorIndexB, ColorIndexG, ColorIndexW>,
39 {
40 };
41 
43  public Neo4WordFeature<ColorIndexG, ColorIndexB, ColorIndexR, ColorIndexW>,
45 {
46 };
47 
49  public Neo4WordFeature<ColorIndexG, ColorIndexR, ColorIndexB, ColorIndexW>,
51 {
52 };
53 
55  public Neo4WordFeature<ColorIndexB, ColorIndexG, ColorIndexR, ColorIndexW>,
57 {
58 };
59 
61  public Neo4WordFeature<ColorIndexB, ColorIndexR, ColorIndexG, ColorIndexW>,
63 {
64 };
65 
66 
Definition: Neo4WordFeature.h:32
Definition: NeoRgbw64Features.h:57
Definition: NeoRgbw64Features.h:63
Definition: NeoElementsNoSettings.h:30
Definition: NeoRgbw64Features.h:45
Definition: NeoRgbw64Features.h:51
Definition: NeoRgbw64Features.h:39
Definition: NeoRgbw64Features.h:33