@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 |
|---|---|
GPUBlendComponent |
alpha() |
GPUBlendComponent |
color() |
static GPUBlendState.Builder |
create(GPUBlendComponent color,
GPUBlendComponent alpha) |
void |
setAlpha(GPUBlendComponent alpha) |
void |
setColor(GPUBlendComponent color) |
@JsOverlay @Nonnull static GPUBlendState.Builder create(@Nonnull GPUBlendComponent color, @Nonnull GPUBlendComponent alpha)
@JsProperty(name="color") @Nonnull GPUBlendComponent color()
@JsProperty
void setColor(@Nonnull
GPUBlendComponent color)
@JsProperty(name="alpha") @Nonnull GPUBlendComponent alpha()
@JsProperty
void setAlpha(@Nonnull
GPUBlendComponent alpha)