@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
@ApiStatus.Experimental
public static interface GPUColorDict.Builder
extends GPUColorDict
GPUColorDict.Builder| Modifier and Type | Method and Description |
|---|---|
default GPUColorDict.Builder |
a(double a) |
default GPUColorDict.Builder |
b(double b) |
default GPUColorDict.Builder |
g(double g) |
default GPUColorDict.Builder |
r(double r) |
@JsOverlay @Nonnull default GPUColorDict.Builder r(double r)
@JsOverlay @Nonnull default GPUColorDict.Builder g(double g)
@JsOverlay @Nonnull default GPUColorDict.Builder b(double b)
@JsOverlay @Nonnull default GPUColorDict.Builder a(double a)