Inheritance diagram for NPlot::RectangleBrushes::Vertical:
Public Member Functions | |
Vertical (Color c1, Color c2) | |
Constructor. | |
Brush | Get (Rectangle rectangle) |
Gets a brush according to the supplied rectangle. | |
Properties | |
static Vertical | FaintBlueFade |
Default brush - fades from faint blue to white. | |
static Vertical | FaintRedFade |
Default brush - fades from faint red to white. | |
static Vertical | FaintGreenFade |
Default brush - fades from faint red to white. | |
Private Attributes | |
Color | c1_ |
Color | c2_ |
Definition at line 1734 of file RectangleBrushes.cs.
|
Constructor.
Definition at line 1744 of file RectangleBrushes.cs. References NPlot::RectangleBrushes::Horizontal::c1_, and NPlot::RectangleBrushes::Horizontal::c2_. |
|
Gets a brush according to the supplied rectangle.
Implements NPlot::IRectangleBrush. Definition at line 1755 of file RectangleBrushes.cs. References NPlot::RectangleBrushes::Horizontal::c1_, and NPlot::RectangleBrushes::Horizontal::c2_. |
|
Definition at line 1736 of file RectangleBrushes.cs. |
|
Definition at line 1737 of file RectangleBrushes.cs. |
|
Default brush - fades from faint blue to white.
Definition at line 1767 of file RectangleBrushes.cs. |
|
Default brush - fades from faint red to white.
Definition at line 1789 of file RectangleBrushes.cs. |
|
Default brush - fades from faint red to white.
Definition at line 1778 of file RectangleBrushes.cs. |