Color

public enum Color : Equatable

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Single color for all zoom levels.

    Declaration

    Swift

    case color(UIColor)
  • Colors for scene levels where key is a scene level, it must be in range [0;22].

    Declaration

    Swift

    case colorForScene([SceneLevel : UIColor])