Enumeration BlendFactor

Enumeration Members

Constant: 32769

blend factor of constant color

Dst: 774

blend factor of destination color

DstAlpha: 772

blend factor of destination alpha

One: 1

blend factor of one

OneMinusConstant: 32770

blend factor of one minus constant color

OneMinusDst: 775

blend factor of one minus destination alpha

OneMinusDstAlpha: 773

blend factor of one minus destination alpha

OneMinusSrc: 769

blend factor of one minus source color

OneMinusSrcAlpha: 771

blend factor of one minus source alpha

Src: 768

blend factor of source color

SrcAlpha: 770

blend factor of source alpha

SrcAlphaSaturated: 776

blend factor of the minimum of either source alpha or one minus destination alpha

Zero: 0

blend factor of zero

Generated using TypeDoc