| Package | Description |
|---|---|
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLColorBufferMaskingStateMutable |
JCGLColorBufferMaskingStateMutable.clear()
Clears the object by setting all attributes to their initial values.
|
static JCGLColorBufferMaskingStateMutable |
JCGLColorBufferMaskingStateMutable.create()
Construct a modifiable instance of
JCGLColorBufferMaskingStateType. |
static JCGLColorBufferMaskingStateMutable |
JCGLColorBufferMaskingStateMutable.create(boolean red,
boolean green,
boolean blue,
boolean alpha)
Construct a modifiable instance of
JCGLColorBufferMaskingStateType. |
JCGLColorBufferMaskingStateMutable |
JCGLColorBufferMaskingStateMutable.from(JCGLColorBufferMaskingStateType instance)
Fill this modifiable instance with attribute values from the provided
JCGLColorBufferMaskingStateType instance. |
JCGLColorBufferMaskingStateMutable |
JCGLColorBufferMaskingStateMutable.setAlpha(boolean alpha)
Assigns a value to the
alpha attribute. |
JCGLColorBufferMaskingStateMutable |
JCGLColorBufferMaskingStateMutable.setBlue(boolean blue)
Assigns a value to the
blue attribute. |
JCGLColorBufferMaskingStateMutable |
JCGLColorBufferMaskingStateMutable.setGreen(boolean green)
Assigns a value to the
green attribute. |
JCGLColorBufferMaskingStateMutable |
JCGLColorBufferMaskingStateMutable.setRed(boolean red)
Assigns a value to the
red attribute. |
JCGLColorBufferMaskingStateMutable |
JCGLColorBufferMaskingStateMutable.unsetAlpha()
Reset an attribute to its initial value.
|
JCGLColorBufferMaskingStateMutable |
JCGLColorBufferMaskingStateMutable.unsetBlue()
Reset an attribute to its initial value.
|
JCGLColorBufferMaskingStateMutable |
JCGLColorBufferMaskingStateMutable.unsetGreen()
Reset an attribute to its initial value.
|
JCGLColorBufferMaskingStateMutable |
JCGLColorBufferMaskingStateMutable.unsetRed()
Reset an attribute to its initial value.
|
Copyright © 2016 <code@io7m.com> http://io7m.com