|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.renderer.config.ColorMaskStateConfig
public class ColorMaskStateConfig
Configurable color mask state.
| Field Summary | |
|---|---|
boolean |
alpha
Whether to write to the alpha channel. |
boolean |
blue
Whether to write to the blue channel. |
boolean |
green
Whether to write to the green channel. |
boolean |
red
Whether to write to the red channel. |
boolean |
uniqueInstance
If true, do not use a shared instance. |
| Constructor Summary | |
|---|---|
ColorMaskStateConfig()
|
|
| Method Summary | |
|---|---|
ColorMaskState |
getState()
Returns the corresponding color mask state. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(hgroup="m") public boolean red
@Editable(hgroup="m") public boolean green
@Editable(hgroup="m") public boolean blue
@Editable(hgroup="m") public boolean alpha
@Editable public boolean uniqueInstance
| Constructor Detail |
|---|
public ColorMaskStateConfig()
| Method Detail |
|---|
public ColorMaskState getState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||