CmykColor.IsEmpty

CmykColor.IsEmpty property

Gets a value indicating whether this Color structure is uninitialized.

public bool IsEmpty { get; }

Property Value

This property returns true if this color is uninitialized; otherwise, false.

See Also