public interface R2RGBA8WritableType
extends com.io7m.jpra.runtime.java.JPRAValueType
R2RGBA8WritableType record type.| Modifier and Type | Method and Description |
|---|---|
void |
setColorA(byte x)
Set the value of the
color_a field |
void |
setColorB(byte x)
Set the value of the
color_b field |
void |
setColorG(byte x)
Set the value of the
color_g field |
void |
setColorR(byte x)
Set the value of the
color_r field |
void setColorR(byte x)
color_r fieldx - The new valuevoid setColorG(byte x)
color_g fieldx - The new valuevoid setColorB(byte x)
color_b fieldx - The new valuevoid setColorA(byte x)
color_a fieldx - The new valueCopyright © 2017 <code@io7m.com> http://io7m.com