ATTR_EASY_TAB_LABEL_BG_COLOR

Data Type: integer
Description: The RGB color value of the background color for the tab. RGB value is a 4-byte integer with the hexadecimal format 0x00RRGGBB, with the respective red, green, and blue components. See MakeColor(). The label background color is initially set to the same color as the title bar of the tab's child panel.
Values:
VAL_REDRed = 255, Green = 0, Blue = 0
VAL_GREENRed = 0, Green = 255, Blue = 0
VAL_BLUERed = 0, Green = 0, Blue = 255
VAL_CYANRed = 0, Green = 255, Blue = 255
VAL_MAGENTARed = 255, Green = 0, Blue = 255
VAL_YELLOWRed = 255, Green = 255, Blue = 0
VAL_DK_REDRed = 128, Green = 0, Blue = 0
VAL_DK_BLUERed = 0, Green = 0, Blue = 128
VAL_DK_GREENRed = 0, Green = 128, Blue = 0
VAL_DK_CYANRed = 0, Green = 128, Blue = 128
VAL_DK_MAGENTARed = 255, Green = 0, Blue = 128
VAL_DK_YELLOWRed = 128, Green = 128, Blue = 0
VAL_LT_GRAYRed = 192, Green = 192, Blue = 192
VAL_DK_GRAYRed = 128, Green = 128, Blue = 128
VAL_BLACKRed = 0, Green = 0, Blue = 0
VAL_WHITERed = 255, Green = 255, Blue = 255
VAL_GRAYRed = 160, Green = 160, Blue = 160
VAL_OFFWHITERed = 224, Green = 224, Blue = 224
VAL_TRANSPARENTRed = 0, Green = 0, Blue = 0, transparent bit set.
VAL_PANEL_GRAYRed = 192, Green = 192, Blue = 192