PsdColorPaletteHasTransparentColor Property
Gets a value indicating whether transparent color exists.

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

Property Value

Type: Boolean
true if transparent color exists; otherwise, false.

Implements

IPsdColorPaletteHasTransparentColor
See Also