|
CoreExport INT_PTR | HSVDlg_Do (HWND hwndOwner, DWORD *lpc, IPoint2 *spos, HSVCallback *callBack, const MCHAR *name) |
|
CoreExport INT_PTR | HSVDlg_Do (HWND hwndOwner, AColor *lpc, IPoint2 *spos, HSVCallback *callBack, const MCHAR *name) |
|
CoreExport void | RGBtoHSV (DWORD rgb, int *ho, int *so, int *vo) |
|
CoreExport DWORD | HSVtoRGB (int H, int S, int V) |
|
CoreExport void | HSVtoHWBt (int h, int s, int v, int *ho, int *w, int *bt) |
|
CoreExport void | HWBttoHSV (int h, int w, int bt, int *ho, int *s, int *v) |
|
CoreExport Color | RGBtoHSV (Color rgb) |
|
CoreExport Color | HSVtoRGB (Color hsv) |
|
CoreExport ColorPicker * | CreateColorPicker (HWND hwndOwner, DWORD initColor, IPoint2 *spos, HSVCallback *pcallback, const MCHAR *name, int objClr=0) |
|
CoreExport ColorPicker * | CreateColorPicker (HWND hwndOwner, AColor initColor, IPoint2 *spos, HSVCallback *pcallback, const MCHAR *name, int objClr=0) |
|
CoreExport void | SetCPInitPos (IPoint2 &pos) |
|
CoreExport IPoint2 | GetCPInitPos (void) |
|
CoreExport ColPick * | SetCurColPick (ColPick *colpick) |
|
CoreExport ColPick * | GetCurColPick () |
|