Constant +Current-Color+

gl-get-list returns four values: the red, green, blue, and alpha values of the current color. Integer values, if requested, are linearly mapped from the internal floating- point representation such that 1.0 returns the most positive representable integer value, and -1.0 returns the most negative representable integer value. See glColor. The initial value is (1, 1, 1, 1).

Part of:

package opengl

Value: 2816