Gets a value indicating whether this
Color structure is uninitialized.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic bool IsEmpty { get; }Public ReadOnly Property IsEmpty As Boolean
Get
public:
property bool IsEmpty {
bool get ();
}member IsEmpty : bool with get
Property Value
Type:
BooleanThis property returns true if this color is uninitialized; otherwise, false.
See Also