VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
ColorBlendOp.Generated.cs File Reference

Enumerations

ColorBlendOp
enum  ColorBlendOp : uint {
  ColorBlendOp.None = 0x00000000 ,
  ColorBlendOp.AlphaMultiply = 0x00000001 ,
  ColorBlendOp.AlphaSubtract = 0x00000002 ,
  ColorBlendOp.Subtract = 0x00000003 ,
  ColorBlendOp.Add = 0x00000004 ,
  ColorBlendOp.Multiply = 0x00000005 ,
  ColorBlendOp.AlphaAdd = 0x00000006
}