DirectOuput Framework R2
DirectOutput framework R2 for virtual pinball cabinets
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
RGBOrderEnum.cs File Reference

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.RGB = 1, DirectOutput.Cab.Toys.Layer.RBG = 2, DirectOutput.Cab.Toys.Layer.GRB = 3, DirectOutput.Cab.Toys.Layer.WS2812 = 3,
  DirectOutput.Cab.Toys.Layer.GBR = 4, DirectOutput.Cab.Toys.Layer.BRG = 5, DirectOutput.Cab.Toys.Layer.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...