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)
Public Property Color As Color
public Color Color { get; set; }
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.