GPUBlendComponent
class GPUBlendComponent
Defines the blending behavior for a single color component (color or alpha).
Summary
Public constructors |
|---|
GPUBlendComponent(operation: Int, srcFactor: Int, dstFactor: Int) |
Public constructors
GPUBlendComponent
Added in 1.0.0-alpha05
GPUBlendComponent(
operation: Int = BlendOperation.Add,
srcFactor: Int = BlendFactor.One,
dstFactor: Int = BlendFactor.Zero
)
Public properties
operation
Added in 1.0.0-alpha05
var operation: Int
The blend operation to perform. Defaults to @see BlendOperation.Add if undefined.