Interface IChangeClipartItemColorArgs
Package: @aurigma/design-atoms
Properties
clipartItem
Declaration
clipartItem: ClipartItem | null;
Property Value
| Type | Description |
|---|---|
| ClipartItem | null |
colorGroup
Declaration
colorGroup: ColorGroup | null;
Property Value
| Type | Description |
|---|---|
| ColorGroup | null |
newColor
Declaration
newColor: Color | IColorWithTitle | null;
Property Value
| Type | Description |
|---|---|
| Color | IColorWithTitle | null |