DirectOutput
DirectOutput framework R3 for virtual pinball cabinets.
Loading...
Searching...
No Matches
RGBOrderEnum.cs File Reference

Namespaces

namespace  DirectOutput
namespace  DirectOutput.Cab
namespace  DirectOutput.Cab.Toys
namespace  DirectOutput.Cab.Toys.Layer

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...