Table of Contents

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

string

Icon

Gets the icon of the preset

string Icon { get; }

Property Value

string

Name

Gets the name of the preset

string Name { get; }

Property Value

string

Methods

Apply()

Applies the preset to the layer brush

void Apply()