Inheritance diagram for NPlot::RectangleBrushes::VerticalCenterFade:
Public Member Functions | |
VerticalCenterFade (Color c1, Color c2) | |
Constructor. | |
Brush | Get (Rectangle rectangle) |
Gets a brush according to the supplied rectangle. | |
Properties | |
static VerticalCenterFade | FaintBlueFade |
Default brush - fades from faint blue to white. | |
static VerticalCenterFade | FaintRedFade |
Default brush - fades from faint red to white. | |
static VerticalCenterFade | FaintGreenFade |
Default brush - fades from faint red to white. | |
Private Attributes | |
Color | c1_ |
Color | c2_ |
Definition at line 1879 of file RectangleBrushes.cs.
|
Constructor.
Definition at line 1889 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 1900 of file RectangleBrushes.cs. References NPlot::RectangleBrushes::Horizontal::c1_, and NPlot::RectangleBrushes::Horizontal::c2_. |
|
Definition at line 1881 of file RectangleBrushes.cs. |
|
Definition at line 1882 of file RectangleBrushes.cs. |
|
Default brush - fades from faint blue to white.
Definition at line 1918 of file RectangleBrushes.cs. |
|
Default brush - fades from faint red to white.
Definition at line 1940 of file RectangleBrushes.cs. |
|
Default brush - fades from faint red to white.
Definition at line 1929 of file RectangleBrushes.cs. |