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