Struct ColorRGB
ColorRGB structure
Structure that defines RGB color
public struct ColorRGB
Constructors
| Name | Description |
|---|---|
| ColorRGB(byte, byte, byte) | Constructor for ColorRGB from separate R,G and B |
Fields
| Name | Description |
|---|---|
| readonly Blue | B component |
| readonly Green | G component |
| readonly Red | R component |
See Also
- namespace Aspose.CAD.FileFormats.Iges.CommonDefinitions
- assembly Aspose.CAD