| Open CASCADE Technology
    7.8.0.dev
    | 
This class allows the definition of a window gradient background. More...
#include <Aspect_GradientBackground.hxx>

| Public Member Functions | |
| Aspect_GradientBackground () | |
| Creates a window gradient background. Default color is Quantity_NOC_BLACK. Default fill method is Aspect_GradientFillMethod_None.  More... | |
| Aspect_GradientBackground (const Quantity_Color &theColor1, const Quantity_Color &theColor2, const Aspect_GradientFillMethod theMethod=Aspect_GradientFillMethod_Horizontal) | |
| Creates a window gradient background with two colours.  More... | |
| void | SetColors (const Quantity_Color &theColor1, const Quantity_Color &theColor2, const Aspect_GradientFillMethod theMethod=Aspect_GradientFillMethod_Horizontal) | 
| Modifies the colours of the window gradient background.  More... | |
| void | Colors (Quantity_Color &theColor1, Quantity_Color &theColor2) const | 
| Returns colours of the window gradient background.  More... | |
| Aspect_GradientFillMethod | BgGradientFillMethod () const | 
| Returns the current gradient background fill mode.  More... | |
| void | DumpJson (Standard_OStream &theOStream, Standard_Integer theDepth=-1) const | 
| Dumps the content of me into the stream.  More... | |
|  Public Member Functions inherited from Aspect_Background | |
| Aspect_Background () | |
| Creates a window background. Default color : NOC_MATRAGRAY.  More... | |
| Aspect_Background (const Quantity_Color &AColor) | |
| Creates a window background with the colour <AColor>.  More... | |
| void | SetColor (const Quantity_Color &AColor) | 
| Modifies the colour of the window background <me>.  More... | |
| Quantity_Color | Color () const | 
| Returns the colour of the window background <me>.  More... | |
| void | DumpJson (Standard_OStream &theOStream, Standard_Integer theDepth=-1) const | 
| Dumps the content of me into the stream.  More... | |
This class allows the definition of a window gradient background.
| Aspect_GradientBackground::Aspect_GradientBackground | ( | ) | 
Creates a window gradient background. Default color is Quantity_NOC_BLACK. Default fill method is Aspect_GradientFillMethod_None.
| Aspect_GradientBackground::Aspect_GradientBackground | ( | const Quantity_Color & | theColor1, | 
| const Quantity_Color & | theColor2, | ||
| const Aspect_GradientFillMethod | theMethod = Aspect_GradientFillMethod_Horizontal | ||
| ) | 
Creates a window gradient background with two colours.
| Aspect_GradientFillMethod Aspect_GradientBackground::BgGradientFillMethod | ( | ) | const | 
Returns the current gradient background fill mode.
| void Aspect_GradientBackground::Colors | ( | Quantity_Color & | theColor1, | 
| Quantity_Color & | theColor2 | ||
| ) | const | 
Returns colours of the window gradient background.
| void Aspect_GradientBackground::DumpJson | ( | Standard_OStream & | theOStream, | 
| Standard_Integer | theDepth = -1 | ||
| ) | const | 
Dumps the content of me into the stream.
| void Aspect_GradientBackground::SetColors | ( | const Quantity_Color & | theColor1, | 
| const Quantity_Color & | theColor2, | ||
| const Aspect_GradientFillMethod | theMethod = Aspect_GradientFillMethod_Horizontal | ||
| ) | 
Modifies the colours of the window gradient background.
 1.8.13
 1.8.13