Inheritance diagram for NPlot::RectangleBrushes::Horizontal:
Public Member Functions | |
Horizontal (Color c1, Color c2) | |
Constructor. | |
Brush | Get (Rectangle rectangle) |
Gets a brush according to the supplied rectangle. | |
Properties | |
static Horizontal | FaintBlueFade |
Default brush - fades from faint blue to white. | |
static Horizontal | FaintRedFade |
Default brush - fades from faint red to white. | |
static Horizontal | FaintGreenFade |
Default brush - fades from faint red to white. | |
Private Attributes | |
Color | c1_ |
Color | c2_ |
Definition at line 1665 of file RectangleBrushes.cs.
|
Constructor.
Definition at line 1675 of file RectangleBrushes.cs. |
|
Gets a brush according to the supplied rectangle.
Implements NPlot::IRectangleBrush. Definition at line 1686 of file RectangleBrushes.cs. |
|
|
|
Default brush - fades from faint blue to white.
Definition at line 1697 of file RectangleBrushes.cs. |
|
Default brush - fades from faint red to white.
Definition at line 1719 of file RectangleBrushes.cs. |
|
Default brush - fades from faint red to white.
Definition at line 1708 of file RectangleBrushes.cs. |