ATTR_EASY_TAB_BG_COLOR

Data Type: integer
Description: The RGB color value used to fill the area behind the tabs. RGB value is a 4-byte integer with the hexadecimal format 0x00RRGGBB, with the respective red, green, and blue components. See MakeColor(). This color defaults to background color of the panel that owns the tab control. If the tabs must be placed over a multi-colored background, then VAL_TRANSPARENT can be specified as the background color at the expense of a small reduction in the speed with which the active tab is changed.
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