Inheritance diagram for NPlot::RectangleBrushes::HorizontalCenterFade:
Public Member Functions | |
HorizontalCenterFade (Color c1, Color c2) | |
Constructor. | |
Brush | Get (Rectangle rectangle) |
Gets a brush according to the supplied rectangle. | |
Properties | |
static HorizontalCenterFade | FaintBlueFade |
Default brush - fades from faint blue to white. | |
static HorizontalCenterFade | FaintRedFade |
Default brush - fades from faint red to white. | |
static HorizontalCenterFade | FaintGreenFade |
Default brush - fades from faint red to white. | |
Private Attributes | |
Color | c1_ |
Color | c2_ |
Definition at line 1803 of file RectangleBrushes.cs.
|
Constructor.
Definition at line 1813 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 1824 of file RectangleBrushes.cs. References NPlot::RectangleBrushes::Horizontal::c1_, and NPlot::RectangleBrushes::Horizontal::c2_. |
|
Definition at line 1805 of file RectangleBrushes.cs. |
|
Definition at line 1806 of file RectangleBrushes.cs. |
|
Default brush - fades from faint blue to white.
Definition at line 1842 of file RectangleBrushes.cs. |
|
Default brush - fades from faint red to white.
Definition at line 1864 of file RectangleBrushes.cs. |
|
Default brush - fades from faint red to white.
Definition at line 1853 of file RectangleBrushes.cs. |