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