WIP
DirectOutput framework for virtual pinball cabinets WIP
|
Go to: Overview |
Go to the source code of this file.
Namespaces | |
package | DirectOutput.Cab.Toys.Layer |
Namespace for objects dealing with layers | |
Enumerations | |
enum | DirectOutput.Cab.Toys.Layer.RGBOrderEnum { DirectOutput.Cab.Toys.Layer.RGBOrderEnum.RGB = 1, DirectOutput.Cab.Toys.Layer.RGBOrderEnum.RBG = 2, DirectOutput.Cab.Toys.Layer.RGBOrderEnum.GRB = 3, DirectOutput.Cab.Toys.Layer.RGBOrderEnum.WS2812 = 3, DirectOutput.Cab.Toys.Layer.RGBOrderEnum.GBR = 4, DirectOutput.Cab.Toys.Layer.RGBOrderEnum.BRG = 5, DirectOutput.Cab.Toys.Layer.RGBOrderEnum.BGR = 6 } |
Enum used to define the order of the colors of a multicolor element (e.g. RGB led). Depending on the connection of the multi color element, the order of the colors does maybe not match the default Red - Green - Blue order (e.g. addressable WS2812 led chips are using Green - Red - Blue). More... | |