GPUBlendComponent
public final class GPUBlendComponent
Defines the blending behavior for a single color component (color or alpha).
Summary
Public constructors |
|---|
GPUBlendComponent(int operation, int srcFactor, int dstFactor) |
Public methods |
|
|---|---|
final int |
|
final int |
The blend operation to perform. |
final int |
|
final void |
setDstFactor(int value) |
final void |
setOperation(int value)The blend operation to perform. |
final void |
setSrcFactor(int value) |
Public constructors
GPUBlendComponent
Added in 1.0.0-alpha05
public GPUBlendComponent(int operation, int srcFactor, int dstFactor)
Public methods
getOperation
Added in 1.0.0-alpha05
public final int getOperation()
The blend operation to perform. Defaults to @see BlendOperation.Add if undefined.
setOperation
Added in 1.0.0-alpha05
public final void setOperation(int value)
The blend operation to perform. Defaults to @see BlendOperation.Add if undefined.