[]
        
(Showing Draft Content)

C1.WPF.C1BrushBuilder

C1BrushBuilder Class

Builds a Brush from an Input color a Design brush and a color base extrapolating the design brush.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class C1BrushBuilder : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged

Constructors

Name Description
C1BrushBuilder()

Initializes a new instance of the C1BrushBuilder class.

Fields

Name Description
DesignBrushProperty

Original Brush created by a designer, which is typically a degree of colors based in the design color.

DesignColorProperty

Gets or sets the base color for which the design has been created.

InputProperty

Gets or sets the input which is the color to what the design brush will be extrapolated.

Properties

Name Description
DesignBrush

Gets or sets the design brush. Original Brush created by a designer, which is typically a degree of colors based in the design color.

DesignColor

Gets or sets the base color for which the design has been created.

ExtrapolationMethod

Gets or sets the extrapolation method.

Input

Gets or sets the input which is the color to what the design brush will be extrapolated.

Output

Gets the resulting brush of the extrapolation the design brush to the input color.

Methods

Name Description
OnInitialized(EventArgs)

Events

Name Description
PropertyChanged

Occurs when a property value changes.

Extension Methods