Uses of Class
com.neovisionaries.android.opengl.BlendOperator

Packages that use BlendOperator
com.neovisionaries.android.opengl   
 

Uses of BlendOperator in com.neovisionaries.android.opengl
 

Methods in com.neovisionaries.android.opengl that return BlendOperator
 BlendOperator BlendSettings.getAlphaOperator()
          Get the blending operator for alpha.
 BlendOperator BlendSettings.getRGBOperator()
          Get the blending operator for RGB.
static BlendOperator BlendOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BlendOperator[] BlendOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.neovisionaries.android.opengl with parameters of type BlendOperator
 BlendSettings BlendSettings.setAlphaOperator(BlendOperator operator)
          Set the blending operator for alpha.
 BlendSettings BlendSettings.setOperator(BlendOperator operator)
          Set the blending operator for both RGB and alpha.
 BlendSettings BlendSettings.setRGBOperator(BlendOperator operator)
          Set the blending operator for RGB.