GPUBlendState


class GPUBlendState


Defines the blend behavior for color and alpha components.

Summary

Public constructors

Public properties

GPUBlendComponent

The blending state for the alpha channel (A).

GPUBlendComponent

The blending state for color channels (RGB).

Public constructors

GPUBlendState

Added in 1.0.0-alpha02
GPUBlendState(
    color: GPUBlendComponent = GPUBlendComponent(),
    alpha: GPUBlendComponent = GPUBlendComponent()
)

Public properties

alpha

Added in 1.0.0-alpha02
var alphaGPUBlendComponent

The blending state for the alpha channel (A).

color

Added in 1.0.0-alpha02
var colorGPUBlendComponent

The blending state for color channels (RGB).