PsdTextFrame.Color Property

Gets a color of the text in this layer.

Namespace: Aurigma.GraphicsMill.Codecs.Psd
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Color Color { get; protected set; }

Property Value

A Color of the text in this layer.

Implements

ITextSettings.Color

Remarks

Actual type of the color depends on the color space of the PSD file. For RGB image it will be RgbColor, and for CMYK it will be CmykColor.

See Also

Reference