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