Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSLayer
      • colorIndex
  1. GlyphsCore
  2. GSLayer

Instance Property

colorIndex

A standard color label, or GSLabelColor.noColorGSLabelColorNoColorGSLabelColorNoColor when no standard label is assigned.

Declaration

var colorIndex: GSLabelColor { get set }

Declaration

@property (nonatomic) GSLabelColor colorIndex;

Declaration

colorIndex() -> GSLabelColor
setColorIndex_(colorIndex: GSLabelColor)

Discussion

Setting a standard color clears color.

See Also

Color Label

  • color

    A custom color label, or nil when the layer has no custom color label.