#include <C:/adskgit/3dsmax/3dsmax/3dswin/src/maxsdk/include/ColorPicker.h>
|
| struct | UnderlyingColorData |
| | Structure used to exchange underlying color data between the color picker and the window under the mouse cursor when the user is using the eyedropper tool to sample underlying scene colors. More...
|
◆ IColorPickerMgr()
◆ ~IColorPickerMgr()
◆ GetInstance()
returns the singleton instance of this class.
◆ SetCurColPick()
Sets system-wide color picker plugin to be used.
This is normally determined by user preference in the Preferences dialog and Plug-ins normally should not call this directly.
- Parameters
-
| [in] | colpick | Pointer to the color picker plugin instance to make current.
|
- Returns
- Pointer to the previous color picker plugin instance.
◆ GetCurColPick()
| virtual ColPick * GetCurColPick |
( |
| ) |
const |
|
pure virtual |
Returns the current color picker plugin instance.
- Returns
- Pointer to the current color picker plugin instance.