Class ColorMaskStateRecord

java.lang.Object
com.ardor3d.renderer.state.record.StateRecord
com.ardor3d.renderer.state.record.ColorMaskStateRecord

public class ColorMaskStateRecord extends StateRecord
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     
    boolean
     
    boolean
     
    boolean
     

    Fields inherited from class com.ardor3d.renderer.state.record.StateRecord

    valid
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invalidate this record - iow, we don't trust this record's information about the opengl state machine.
    boolean
    is(boolean red, boolean green, boolean blue, boolean alpha)
     
    void
    set(boolean red, boolean green, boolean blue, boolean alpha)
     

    Methods inherited from class com.ardor3d.renderer.state.record.StateRecord

    isValid, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • red

      public boolean red
    • green

      public boolean green
    • blue

      public boolean blue
    • alpha

      public boolean alpha
  • Constructor Details

    • ColorMaskStateRecord

      public ColorMaskStateRecord()
  • Method Details

    • is

      public boolean is(boolean red, boolean green, boolean blue, boolean alpha)
    • set

      public void set(boolean red, boolean green, boolean blue, boolean alpha)
    • invalidate

      public void invalidate()
      Description copied from class: StateRecord
      Invalidate this record - iow, we don't trust this record's information about the opengl state machine.
      Overrides:
      invalidate in class StateRecord