OfficeColor Constructors
| Name | Parameters | Description |
|---|---|---|
| OfficeColor(HslColor) | hsl | Initializes a new instance of the OfficeColor class with specified settings. |
| OfficeColor(SchemeColors) | schemeColor | Initializes a new instance of the OfficeColor class with specified settings. |
| OfficeColor(ScRgbColor) | scRgb | Initializes a new instance of the OfficeColor class with specified settings. |
| OfficeColor(SystemColors) | systemColor | Initializes a new instance of the OfficeColor class with specified settings. |
| OfficeColor(Color) | rgbColor | Initializes a new instance of the OfficeColor class with specified settings. |
| OfficeColor(String) | preset | Initializes a new instance of the OfficeColor class with specified settings. |
See Also