@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
@ApiStatus.Experimental
public interface GPUColorDict
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GPUColorDict.Step1 |
static interface |
GPUColorDict.Step2 |
static interface |
GPUColorDict.Step3 |
| Modifier and Type | Method and Description |
|---|---|
double |
a() |
double |
b() |
double |
g() |
double |
r() |
static GPUColorDict.Step1 |
r(double r) |
void |
setA(double a) |
void |
setB(double b) |
void |
setG(double g) |
void |
setR(double r) |
@JsOverlay @Nonnull static GPUColorDict.Step1 r(double r)
@JsProperty(name="r") double r()
@JsProperty void setR(double r)
@JsProperty(name="g") double g()
@JsProperty void setG(double g)
@JsProperty(name="b") double b()
@JsProperty void setB(double b)
@JsProperty(name="a") double a()
@JsProperty void setA(double a)