Admin Production ni-theme
Current Publication

OGLATTR_YZ_GRID_COLOR

LabWindows/CVI

OGLATTR_YZ_GRID_COLOR

Data Type: integer
Access:read/write
Functions:OGLGetCtrlAttribute
OGLSetCtrlAttribute
Description: Specifies the RGB color value of the grid plane. RGB value is a 3-byte integer with the hexadecimal format 0x00RRGGBB, with the respective red, green, and blue components. Refer to the documentation for MakeColor.
Values:
OGLVAL_RED (0xFF0000)Red = 255 Green = 0 Blue = 0
OGLVAL_GREEN (0x00FF00)Red = 0 Green = 255 Blue = 0
OGLVAL_BLUE (0x0000FF)Red = 0 Green = 0 Blue = 255
OGLVAL_CYAN (0x00FFFF)Red = 0 Green = 255 Blue = 255
OGLVAL_MAGENTA (0xFF00FF)Red = 255 Green = 0 Blue = 255
OGLVAL_YELLOW (0xFFFF00)Red = 255 Green = 255 Blue = 0
OGLVAL_DK_RED (0x800000)Red = 128 Green = 0 Blue = 0
OGLVAL_DK_BLUE (0x000080)Red = 0 Green = 0 Blue = 128
OGLVAL_DK_GREEN (0x008000)Red = 0 Green = 128 Blue = 0
OGLVAL_DK_CYAN (0x008080)Red = 0 Green = 128 Blue = 128
OGLVAL_DK_MAGENTA (0x800080)Red = 128 Green = 0 Blue = 128
OGLVAL_DK_YELLOW (0x808000)Red = 128 Green = 128 Blue = 0
OGLVAL_LT_GRAY (0xC0C0C0)Red = 192 Green = 192 Blue = 192
OGLVAL_DK_GRAY (0x808080)Red = 128 Green = 128 Blue = 128
OGLVAL_BLACK (0x000000)Red = 0 Green = 0 Blue = 0
OGLVAL_WHITE (0xFFFFFF)Red = 255 Green = 255 Blue = 255
LabWindows/CVI
Compatibility:
LabWindows/CVI 5.0 and later