@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GPUBlendState")
@ApiStatus.Experimental
public interface GPUBlendState
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GPUBlendState.Step1 |
| Modifier and Type | Method and Description |
|---|---|
@JsNonNull GPUBlendComponent |
alpha() |
@JsNonNull GPUBlendComponent |
color() |
static GPUBlendState.Step1 |
color(GPUBlendComponent color) |
void |
setAlpha(@JsNonNull GPUBlendComponent alpha) |
void |
setColor(@JsNonNull GPUBlendComponent color) |
@JsOverlay @Nonnull static GPUBlendState.Step1 color(@Nonnull GPUBlendComponent color)
@JsProperty(name="color") @JsNonNull GPUBlendComponent color()
@JsProperty void setColor(@JsNonNull GPUBlendComponent color)
@JsProperty(name="alpha") @JsNonNull GPUBlendComponent alpha()
@JsProperty void setAlpha(@JsNonNull GPUBlendComponent alpha)