The C1BrushBuilder type exposes the following members.

Constructors

  Name Description
Public method C1BrushBuilder
Initializes a new instance of the C1BrushBuilder class.

Fields

  Name Description
Public field Static member DesignBrushProperty
Original Brush created by a designer, which is typically a degree of colors based in the design color.
Public field Static member DesignColorProperty
Gets or sets the base color for which the design has been created.
Public field Static member InputProperty
Gets or sets the input which is the color to what the design brush will be extrapolated.

Properties

  Name Description
Public property 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.
Public property DesignColor
Gets or sets the base color for which the design has been created.
Public property ExtrapolationMethod
Gets or sets the extrapolation method.
Public property Input
Gets or sets the input which is the color to what the design brush will be extrapolated.
Public property Output
Gets the resulting brush of the extrapolation the design brush to the input color.

Events

  Name Description
Public event PropertyChanged
Occurs when a property value changes.

See Also