Color.IsEmpty

Color.IsEmpty property

Specifies whether this Color structure is uninitialized.

public bool IsEmpty { get; }

Return Value

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

See Also