Table of Contents

Class IColorDataExtensions

Namespace
NixUniversalSDK
Assembly
NixUniversalSDK.dll

Extensions for the IColorData interface

public static class IColorDataExtensions
Inheritance
IColorDataExtensions
Inherited Members

Methods

HexRgbValue(IColorData)

Formats the RGB value for this color as a HEX string (e.g. '#rrggbb')

public static string HexRgbValue(this IColorData data)

Parameters

data IColorData

Returns

string