public interface R2RGBA8ReadableType
extends com.io7m.jpra.runtime.java.JPRAValueType
R2RGBA8 record type.| Modifier and Type | Method and Description |
|---|---|
byte |
getColorA() |
byte |
getColorB() |
byte |
getColorG() |
byte |
getColorR() |
int |
metaColorAOffsetFromCursor() |
int |
metaColorAOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaColorAType() |
int |
metaColorBOffsetFromCursor() |
int |
metaColorBOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaColorBType() |
int |
metaColorGOffsetFromCursor() |
int |
metaColorGOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaColorGType() |
int |
metaColorROffsetFromCursor() |
int |
metaColorROffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaColorRType() |
int metaColorROffsetFromType()
color_r field, from the start of the typeint metaColorROffsetFromCursor()
color_r field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaColorRType()
color_r fieldbyte getColorR()
color_r fieldint metaColorGOffsetFromType()
color_g field, from the start of the typeint metaColorGOffsetFromCursor()
color_g field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaColorGType()
color_g fieldbyte getColorG()
color_g fieldint metaColorBOffsetFromType()
color_b field, from the start of the typeint metaColorBOffsetFromCursor()
color_b field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaColorBType()
color_b fieldbyte getColorB()
color_b fieldint metaColorAOffsetFromType()
color_a field, from the start of the typeint metaColorAOffsetFromCursor()
color_a field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaColorAType()
color_a fieldbyte getColorA()
color_a fieldCopyright © 2017 <code@io7m.com> http://io7m.com