MTLBlendFactor Enum

Definition

Argument values for use with MTLBlendOperation.

public enum MTLBlendFactor
type MTLBlendFactor = 
Inheritance
MTLBlendFactor

Fields

BlendAlpha 13
BlendColor 11
DestinationAlpha 8
DestinationColor 6
One 1
OneMinusBlendAlpha 14
OneMinusBlendColor 12
OneMinusDestinationAlpha 9
OneMinusDestinationColor 7
OneMinusSourceAlpha 5
OneMinusSourceColor 3
SourceAlpha 4
SourceAlphaSaturated 10
SourceColor 2
Zero 0

Applies to