CmykColor.ToCss method

Version 1.0.2
.NET Framework 4.7
Namespace Skybrud.Colors
Assembly Skybrud.Colors.dll

ToCss()

Virtual

Returns the CSS representation of the color. Since the CSS specification doesn't support CMYK colors, this method will simply return null.

public virtual string ToCss()

Returns

null as the CSS specification doesn't support CMYK colors.