Interface ILayerBrushPreset
Represents a brush preset for a brush.
Namespace: Artemis.Core.LayerBrushes
Assembly: Artemis.Core.dll
Syntax
public interface ILayerBrushPreset
Properties
Description
Gets the description of the preset
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
Icon
Gets the icon of the preset
Declaration
string Icon { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the name of the preset
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Apply()
Applies the preset to the layer brush
Declaration
void Apply()