public interface JCGLRGBA16WritableType
extends com.io7m.jpra.runtime.java.JPRAValueType
JCGLRGBA16WritableType record type.| Modifier and Type | Method and Description |
|---|---|
void |
setA(double x)
Set the value of the
a field |
void |
setARaw(short x)
Set the value of the
a field |
void |
setB(double x)
Set the value of the
b field |
void |
setBRaw(short x)
Set the value of the
b field |
void |
setG(double x)
Set the value of the
g field |
void |
setGRaw(short x)
Set the value of the
g field |
void |
setR(double x)
Set the value of the
r field |
void |
setRRaw(short x)
Set the value of the
r field |
void setR(double x)
r fieldx - The new valuevoid setRRaw(short x)
r fieldx - The new valuevoid setG(double x)
g fieldx - The new valuevoid setGRaw(short x)
g fieldx - The new valuevoid setB(double x)
b fieldx - The new valuevoid setBRaw(short x)
b fieldx - The new valuevoid setA(double x)
a fieldx - The new valuevoid setARaw(short x)
a fieldx - The new valueCopyright © 2016 <code@io7m.com> http://io7m.com