AreLinesToCenter() const | CBCGPColorPickerCtrl | inline |
CBCGPColorPickerCtrl() | CBCGPColorPickerCtrl | |
CIRCLE enum value | CBCGPColorPickerCtrl | |
COLORTYPE enum name | CBCGPColorPickerCtrl | |
CROSS enum value | CBCGPColorPickerCtrl | |
CURRENT enum value | CBCGPColorPickerCtrl | |
CURSORTYPE enum name | CBCGPColorPickerCtrl | |
DEFAULT enum value | CBCGPColorPickerCtrl | |
DrawCursor(CDC *pDC, const CRect &rect) | CBCGPColorPickerCtrl | protectedvirtual |
EnableLinesToCenter(BOOL bEnable=TRUE, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
GetBaseColorIndex() const | CBCGPColorPickerCtrl | inline |
GetColor(int nIndex=-1) const | CBCGPColorPickerCtrl | |
GetHLS(double *hue, double *luminance, double *saturation, int nIndex=-1) | CBCGPColorPickerCtrl | |
GetHorizontalAlignment() const | CBCGPColorPickerCtrl | inline |
GetHue(int nIndex=-1) const | CBCGPColorPickerCtrl | |
GetHueDirection() const | CBCGPColorPickerCtrl | inline |
GetInternalPadding() const | CBCGPColorPickerCtrl | inline |
GetLuminance(int nIndex=-1) const | CBCGPColorPickerCtrl | |
GetRGB() const | CBCGPColorPickerCtrl | inline |
GetSaturation(int nIndex=-1) const | CBCGPColorPickerCtrl | |
GetSelectedColorIndex() const | CBCGPColorPickerCtrl | inline |
GetStartAngle() const | CBCGPColorPickerCtrl | inline |
GetVerticalAlignment() const | CBCGPColorPickerCtrl | inline |
HEX enum value | CBCGPColorPickerCtrl | |
HEX_GREYSCALE enum value | CBCGPColorPickerCtrl | |
IsSyncLuminosityWithSelectedColor() const | CBCGPColorPickerCtrl | inline |
LUMINANCE enum value | CBCGPColorPickerCtrl | |
m_bDefaultWheelHueDirection | CBCGPColorPickerCtrl | static |
m_bUseSystemPaletteByDefault | CBCGPColorPickerCtrl | |
m_bVisualManagerStyle | CBCGPColorPickerCtrl | |
m_dblDefaultWheelStartAngle | CBCGPColorPickerCtrl | static |
PICKER enum value | CBCGPColorPickerCtrl | |
PICKER_WHEEL enum value | CBCGPColorPickerCtrl | |
PICKERH enum value | CBCGPColorPickerCtrl | |
SelectCellHexagon(BYTE R, BYTE G, BYTE B) | CBCGPColorPickerCtrl | |
SetColor(COLORREF Color, int nIndex=-1, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetColors(const CArray< COLORREF, COLORREF > &arColors, int nBaseColorIndex=-1, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetColorsHLS(const CArray< BCGPHLS, const BCGPHLS & > &arColors, int nBaseColorIndex=-1, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetHLS(double hue, double luminance, double saturation, BOOL bRedraw=TRUE, int nIndex=-1) | CBCGPColorPickerCtrl | |
SetHorizontalAlignment(int nAlignment) | CBCGPColorPickerCtrl | |
SetHue(double Hue, int nIndex=-1, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetInternalPadding(int nPadding, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetLuminance(double Luminance, int nIndex=-1, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetLuminanceBarWidth(int w, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetOriginalColor(COLORREF ref) | CBCGPColorPickerCtrl | |
SetPalette(CPalette *pPalette, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetRGB(COLORREF ref, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetSaturation(double Saturation, int nIndex=-1, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetSelectedColorIndex(int nIndex, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetStartAngle(double dblStartAngle, BOOL bHueDirection, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetSyncLuminosityWithSelectedColor(BOOL bSet=TRUE, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetType(COLORTYPE colorType, BOOL bRedraw=TRUE) | CBCGPColorPickerCtrl | |
SetVerticalAlignment(int nAlignment) | CBCGPColorPickerCtrl | |