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