Colors

open class Colors : DataSource<Color>

All MTA Colors Data Source

  • Colors by type of line or branch

    Declaration

    Swift

    public var colorsByMode: [Color.Mode : [Color]] { get }
  • Colors by line or branch name

    Declaration

    Swift

    public var colorByLineOrBranch: [String : Color] { get }