This documentation is for the old version. Go to the latest Graphics Mill docs

AdvancedPsdTextFrame.Color Property

Gets/sets a color of the text string stored in this layer.

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

Syntax

Visual Basic
Public Property Color As Color
C#
public Color Color { get; set; }

Property Value

Color value which specifies the color of the text string stored in this layer.

Remarks

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

See Also

Reference