NowcastSeverity

public enum NowcastSeverity : Int, Codable, Hashable, CaseIterable, Comparable

A severity level of a nowcast data.

  • Light.

    Declaration

    Swift

    case light = 2
  • Moderate

    Declaration

    Swift

    case moderate = 3
  • Moderate-Occasionally Severe.

    Declaration

    Swift

    case moderateSevere = 4

Color

  • The default severity color.

    Declaration

    Swift

    public var color: UIColor { get }
  • The border color.

    Declaration

    Swift

    public var borderColor: UIColor { get }
  • The default color opacity of the level.

    Declaration

    Swift

    public var colorOpacity: CGFloat { get }
  • The default severity color with applied opacity.

    Declaration

    Swift

    public var colorWithOpacity: UIColor { get }