Class IColorDataExtensions
Extensions for the IColorData interface
Inherited Members
Namespace: NixUniversalSDK
Assembly: NixUniversalSDK.dll
Syntax
public static class IColorDataExtensions
Methods
HexRgbValue(IColorData)
Formats the RGB value for this color as a HEX string (e.g. '#rrggbb')
Declaration
public static string HexRgbValue(this IColorData data)
Parameters
| Type | Name | Description |
|---|---|---|
| IColorData | data |
Returns
| Type | Description |
|---|---|
| string |