|
Open CASCADE Technology
6.9.0
|
This class allows the definition of a window background. More...
#include <Aspect_Background.hxx>

Public Member Functions | |
| 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... | |
This class allows the definition of a window background.
| Aspect_Background::Aspect_Background | ( | ) |
Creates a window background. Default color : NOC_MATRAGRAY.
| Aspect_Background::Aspect_Background | ( | const Quantity_Color & | AColor | ) |
Creates a window background with the colour <AColor>.
| Quantity_Color Aspect_Background::Color | ( | ) | const |
Returns the colour of the window background <me>.
| void Aspect_Background::SetColor | ( | const Quantity_Color & | AColor | ) |
Modifies the colour of the window background <me>.
1.8.5