public interface JCGLRG8IWritableType
extends com.io7m.jpra.runtime.java.JPRAValueType
JCGLRG8IWritableType packed type.| Modifier and Type | Method and Description |
|---|---|
void |
set(int r,
int g)
Set the value of all fields.
|
void |
setG(int x)
Set the value of the
g field. |
void |
setR(int x)
Set the value of the
r field. |
void setR(int x)
r field.
The 8 least significant bits of x will be used.x - The new valuevoid setG(int x)
g field.
The 8 least significant bits of x will be used.x - The new valuevoid set(int r,
int g)
r - The value for field rg - The value for field gCopyright © 2017 <code@io7m.com> http://io7m.com