Click or drag to resize
ColorIsEmpty Property
Gets a value indicating whether this Color structure is uninitialized.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public bool IsEmpty { get; }

Property Value

Type: Boolean
This property returns true if this color is uninitialized; otherwise, false.
See Also