Absolute Color Picker ActiveX Control - "AColorDialog" Properties

Bool UseAlpha;
 Property denoting the possibility to edit the transparency of a color

OLE_COLOR Color;
 Defines the value of the color without transparency. It will be recalculated into real RGB color after transferring it into a system color.

OLE_COLOR WebColor;
 RGB formatted non-transparent color with interchanged red and blue constituents.

Short Alpha; range: 0..65535
 Defines transparency value

Long RGBA; range: 0.. 4294967296
 Defines the value of the color in RGB model with transparency in upper byte.

Long RGB; range: 0..16777216
 Defines RGB color value

Short RGB_R; range: 0..65535
 The value of red constituent in RGB model

Short RGB_G; range: 0..65535
 The value of green constituent in RGB model

Short RGB_B; range: 0..65535
 The value of blue constituent in RGB model

Long HSBA; range: 0.. 4294967296
 The value of the color in HSB model with transparency in upper byte

Long HSB; range: 0.. 16777216
 The value of the color in HSB model

Short HSB_H; range: 0..65535
 The value of hue constituent in HSB model

Short HSB_S; range: 0..65535
 The value of saturation constituent in HSB model

Short HSB_B; range: 0..65535
 The value of brightness constituent in HSB model

Short Pages_ActivePage;
 The number of an active page

Bool Pages_ShowCaptions;
 Shows names of pages on the tabs of a dialog

Bool Pages_ShowIcons;
 Shows icons on the tabs of a dialog

Bool Pages_HSBBrightness;
 Shows “HSB Brightness” tab in a dialog

Bool Pages_HSBRadial;
 Shows “HSB Radial” tab in a dialog

Bool Pages_HSBHue;
 Shows “HSB Hue” tab in a dialog

Bool Pages_RGB3D;
 Shows “RGB 3D” tab in a dialog

Bool Pages_Shpere;
 Shows “Sphere” tab in a dialog

Bool Pages_HSBHue2;
 Shows “HSB Hue 2” tab in a dialog

Bool Pages_Pens;
 Shows “Pens” tab in a dialog

Bool Pages_Hexagons;
 Show “Hexagons” tab in a dialog

Bool Pages_Palettes;
 Shows “Palettes” tab in a dialog

Bool ShowCaption;
 Denotes the necessity to show the title of the window

BSTR Caption;
 Defines line that will be shown as the title of the active window