| ImageEn, unit iexUserInteractions |
|
TIEFillToolInteraction.ColorSelectActions
Declaration
property ColorSelectActions: TIEColorSelectActions;
Description
What occurs when the user selects a color when enabling the color picker interaction (
miColorPicker).
Note: Color selection will also always trigger ieiColorPickerHover and ieiColorPickerClick events for
OnUserInteraction
Default: [ieccBrushColor, ieccFillColor]
// Selecting a color updates all tools
ImageEnView1.FillTool.ColorSelectActions := [ieccChromaKeyColor, ieccBrushColor, ieccFillColor, ieccRotateBackground, ieccLayerFill];
ImageEnView1.MouseInteractGeneral := [ miColorPicker ];