NAME

ColorLogicOpEnable - 3D API color logical operation enable

USAGE

ColorLogicOpEnable = bool(enable)

VALID ENUMERANTS

enable: true, false

DESCRIPTION

Set the OpenGL color logical operation (logic-op) enable. See the GL_COLOR_LOGIC_OP description on the OpenGL glEnable manual page for details.

The standard reset callback sets the ColorLogicOpEnable state to bool(false).

OPENGL FUNCTIONALITY REQUIREMENTS

OpenGL 1.1

DIRECT3D FUNCTIONALITY REQUIREMENTS

Not supported.

SEE ALSO

BlendEnable, DepthTestEnable, LogicOp, StencilTestEnable