#include <DraWinObj.h>
Public Member Functions | |
| ColorComponent () | |
| Default constructor. | |
| ColorComponent (Decimal c) | |
| Constructor with parameters. | |
| ColorComponent (const ColorComponent &c) | |
| Copy constructor. | |
| ColorComponent & | operator= (const ColorComponent &c) |
| Assignment operator. | |
| string | print () |
| Print. | |
| operator Decimal () | |
| Decimal casting. | |
| MipResources::ColorComponent::ColorComponent | ( | ) | [inline] |
Default constructor.
| MipResources::ColorComponent::ColorComponent | ( | Decimal | c | ) | [inline] |
Constructor with parameters.
| MipResources::ColorComponent::ColorComponent | ( | const ColorComponent & | c | ) | [inline] |
Copy constructor.
| ColorComponent & MipResources::ColorComponent::operator= | ( | const ColorComponent & | c | ) |
Assignment operator.
| string MipResources::ColorComponent::print | ( | ) |
Print.
| MipResources::ColorComponent::operator Decimal | ( | ) | [inline] |
Decimal casting.
1.5.6