[]
Builds a Brush from an Input color a Design brush and a color base extrapolating the design brush.
public class C1BrushBuilder : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged
Name | Description |
---|---|
C1BrushBuilder() | Initializes a new instance of the C1BrushBuilder class. |
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. |
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. |
Name | Description |
---|---|
OnInitialized(EventArgs) |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |