Chromium Embedded Framework (CEF)  135.0.1+gd336310+chromium-135.0.7049.3
cef_color_ids.h File Reference
#include "include/base/cef_build.h"
#include "include/base/internal/cef_color_id_macros.inc"

Macros

#define CROSS_PLATFORM_COLOR_IDS
 
#define PLATFORM_SPECIFIC_COLOR_IDS
 
#define COLOR_IDS
 
#define COMMON_COMPONENTS_COLOR_IDS   \
 
#define COMPONENTS_COLOR_IDS   COMMON_COMPONENTS_COLOR_IDS
 
#define COMMON_CHROME_COLOR_IDS
 
#define CHROME_PLATFORM_SPECIFIC_COLOR_IDS
 
#define CHROME_COLOR_IDS    COMMON_CHROME_COLOR_IDS CHROME_PLATFORM_SPECIFIC_COLOR_IDS
 

Enumerations

enum  cef_color_id_t {
  CEF_UiColorsStart = 0 , CEF_UiColorsEnd , CEF_ComponentsColorsStart = CEF_UiColorsEnd , CEF_ComponentsColorsEnd ,
  CEF_ChromeColorsStart = CEF_ComponentsColorsEnd , CEF_ChromeColorsEnd , CEF_UiColorsLast = 0xffff
}
 All input, intermediary, and output colors known to CEF/Chromium. More...
 

Macro Definition Documentation

◆ CHROME_COLOR_IDS

◆ CHROME_PLATFORM_SPECIFIC_COLOR_IDS

#define CHROME_PLATFORM_SPECIFIC_COLOR_IDS
Value:
/* The colors of the 1px border around the window on Windows 10. */ \
E_CPONLY(CEF_ColorAccentBorderActive) \
E_CPONLY(CEF_ColorAccentBorderInactive) \
/* Caption colors. */ \
E_CPONLY(CEF_ColorCaptionButtonForegroundActive) \
E_CPONLY(CEF_ColorCaptionButtonForegroundInactive) \
E_CPONLY(CEF_ColorCaptionCloseButtonBackgroundHovered) \
E_CPONLY(CEF_ColorCaptionCloseButtonForegroundHovered) \
E_CPONLY(CEF_ColorCaptionForegroundActive) \
E_CPONLY(CEF_ColorCaptionForegroundInactive) \
/* Tab search caption button colors. */ \
E_CPONLY(CEF_ColorTabSearchCaptionButtonFocusRing)

◆ COLOR_IDS

#define COLOR_IDS
Value:
CROSS_PLATFORM_COLOR_IDS \
PLATFORM_SPECIFIC_COLOR_IDS

◆ COMMON_CHROME_COLOR_IDS

#define COMMON_CHROME_COLOR_IDS

◆ COMMON_COMPONENTS_COLOR_IDS

#define COMMON_COMPONENTS_COLOR_IDS   \

◆ COMPONENTS_COLOR_IDS

#define COMPONENTS_COLOR_IDS   COMMON_COMPONENTS_COLOR_IDS

◆ CROSS_PLATFORM_COLOR_IDS

#define CROSS_PLATFORM_COLOR_IDS

◆ PLATFORM_SPECIFIC_COLOR_IDS

#define PLATFORM_SPECIFIC_COLOR_IDS
Value:
E_CPONLY(CEF_ColorNativeButtonBorder)\
E_CPONLY(CEF_ColorNativeHeaderButtonBorderActive) \
E_CPONLY(CEF_ColorNativeHeaderButtonBorderInactive) \
E_CPONLY(CEF_ColorNativeHeaderSeparatorBorderActive) \
E_CPONLY(CEF_ColorNativeHeaderSeparatorBorderInactive) \
E_CPONLY(CEF_ColorNativeLabelForeground) \
E_CPONLY(CEF_ColorNativeTabForegroundInactiveFrameActive) \
E_CPONLY(CEF_ColorNativeTabForegroundInactiveFrameInactive) \
E_CPONLY(CEF_ColorNativeTextfieldBorderUnfocused)\
E_CPONLY(CEF_ColorNativeToolbarBackground)

Enumeration Type Documentation

◆ cef_color_id_t

All input, intermediary, and output colors known to CEF/Chromium.

Clients can optionally extend this enum with additional values. Clients define enum values from CEF_ChromeColorsEnd. Values named beginning with "CEF_Color" represent the actual colors; the rest are markers.

Enumerator
CEF_UiColorsStart 
CEF_UiColorsEnd 
CEF_ComponentsColorsStart 
CEF_ComponentsColorsEnd 
CEF_ChromeColorsStart 
CEF_ChromeColorsEnd 
CEF_UiColorsLast