public interface JCGLRGBA32FReadableType
extends com.io7m.jpra.runtime.java.JPRAValueType
JCGLRGBA32F record type.| Modifier and Type | Method and Description |
|---|---|
float |
getA() |
float |
getB() |
float |
getG() |
float |
getR() |
int |
metaAOffsetFromCursor() |
int |
metaAOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAFloat |
metaAType() |
int |
metaBOffsetFromCursor() |
int |
metaBOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAFloat |
metaBType() |
int |
metaGOffsetFromCursor() |
int |
metaGOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAFloat |
metaGType() |
int |
metaROffsetFromCursor() |
int |
metaROffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAFloat |
metaRType() |
int metaROffsetFromType()
r field, from the start of the typeint metaROffsetFromCursor()
r field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAFloat metaRType()
r fieldfloat getR()
r fieldint metaGOffsetFromType()
g field, from the start of the typeint metaGOffsetFromCursor()
g field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAFloat metaGType()
g fieldfloat getG()
g fieldint metaBOffsetFromType()
b field, from the start of the typeint metaBOffsetFromCursor()
b field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAFloat metaBType()
b fieldfloat getB()
b fieldint metaAOffsetFromType()
a field, from the start of the typeint metaAOffsetFromCursor()
a field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAFloat metaAType()
a fieldfloat getA()
a fieldCopyright © 2016 <code@io7m.com> http://io7m.com