Gets a color of the text in this layer.
Namespace:
Aurigma.GraphicsMill.Codecs.Psd
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Color Color { get; protected set; }
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.