C++
enum AcPiColorIndex { ACPI_COLOR_TOP = 0, ACPI_COLOR_CATEGORY = 0x1, ACPI_COLOR_ITEM = 0x2, ACPI_COLOR_BORDER = 0x3, ACPI_COLOR_BORDER_ITEM = 0x4, ACPI_COLOR_TEXT_TOP = 0x5, ACPI_COLOR_TEXT_CATEGORY = 0x6, ACPI_COLOR_TEXT_ITEM = 0x7, ACPI_COLOR_FORE_HIGHLIGHT = 0x8, ACPI_COLOR_BACK_HIGHLIGHT = 0x9, ACPI_COLOR_3DSHADOW = 0xa, ACPI_COLOR_BACK_CONTROL = 0xb, ACPI_COLOR_SCROLLBACKGROUND = 0xc, ACPI_COLOR_SCROLLTHUMB = 0xd, ACPI_COLOR_SCROLLARROW = 0xe, ACPI_COLOR_DOUBLECHEVRON1 = 0xf, ACPI_COLOR_DOUBLECHEVRON2 = 0x10, ACPI_COLOR_SINGLECHEVRON = 0x11, ACPI_COLOR_TOP_GRADIENT1 = 0x12, ACPI_COLOR_TOP_GRADIENT2 = 0x13, ACPI_COLOR_TOP_CLOSED_OUTER_BORDER = 0x14, ACPI_COLOR_TOP_OPEN_OUTER_BORDER = 0x15, ACPI_COLOR_TOP_INNER_BORDER = 0x16, ACPI_COLOR_SCROLL_BACKGROUNDBORDER = 0x17, ACPI_COLOR_SCROLL_BACKGROUNDGRADIENT1 = 0x18, ACPI_COLOR_SCROLL_BACKGROUNDGRADIENT2 = 0x19, ACPI_COLOR_SCROLL_SLIDER_INACTIVE = 0x1a, ACPI_COLOR_SCROLL_SLIDER_ACTIVE_OUTERBORDER = 0x1b, ACPI_COLOR_SCROLL_SLIDER_ACTIVE_OUTERGRADIENT1 = 0x1c, ACPI_COLOR_SCROLL_SLIDER_ACTIVE_OUTERGRADIENT2 = 0x1d, ACPI_COLOR_SCROLL_SLIDER_ACTIVE_OUTERGRADIENT3 = 0x1e, ACPI_COLOR_SCROLL_SLIDER_ACTIVE_OUTERGRADIENT4 = 0x1f, ACPI_COLOR_SCROLL_SLIDER_ACTIVE_INNERGRADIENT1 = 0x20, ACPI_COLOR_SCROLL_SLIDER_ACTIVE_INNERGRADIENT2 = 0x21ACPI_COLOR_TEXT_LABEL=0x22, ACPI_COLOR_CELL_HIGHLIGHT = 0x23, ACPI_COLOR_DISABLED_TEXT_ITEM = 0x24 };
File
acpi.h
Members
Members | Description |
---|---|
ACPI_COLOR_DISABLED_TEXT_ITEM | Represents the color that is used for disabled text in Property Inspector property editor. |