GetColorValue SEViewScheme

<< Click to Display Table of Contents >>

Navigation:  SEUIXP Classes for X# > Classes > SEViewScheme >

GetColorValue SEViewScheme

Previous pageReturn to chapter overviewNext page

Purpose

Retrieves a Color{} object for the specified color item.

 

Prototype

METHOD GetColorValue(xName) CLASS SEViewScheme

 

Argument(s)

<xName> can be one of the following symbols (or alternatively a string), which specifies the desired color:

 

#ColorButtonSelect

Color of a selected menu item, which opens a sub menu.

#ColorButtonHot

Color of a hot menu item.

#ColorButtonFrame

Color of the button frame.

#ColorImageShadow

Color of the image shadow, if Shadow is TRUE.

#ColorSeparator

Color of the menu separator.

#ColorBackground

Color of the menu background of sub menus.

#ColorBandLeft

Left starting color of the vertical image band of sub menus.

#ColorBandRight

Left right ending color of the vertical image band of sub menus.

#ColorBarBackground

Color of the menu bar background.

#ColorBarButtonSelect

Color of the menubar button, if the sub menu is opened.

#ColorBarButtonFrame

Color of the menubar button frame, if the sub menu is opened.

#ColorBarButtonShadow

Color of the menubar button shadow, if the sub menu is opened.

#ColorText

Textcolor of normal unselected menu- or toolbar-items in sub menus.

#ColorTextSelect

Textcolor of selected or hot menu- or toolbar-items in sub menus.

#ColorBarText

Textcolor of normal unselected menu- or toolbar-items in the menubar.

#ColorBarTextSelect

Textcolor of selected or hot menu- or toolbar-items in the menubar.

 

Return

A Color{} object for the specified color item.