RYB

public struct RYB

The colors that define the RYB color wheel.

  • #ffffff, ryb(255,255,255)

    Declaration

    Swift

    public static let white: UIColor
  • #000000, ryb(0,0,0)

    Declaration

    Swift

    public static let black: UIColor
  • red

    #ff0000, ryb(255,0,0)

    Declaration

    Swift

    public static let red: UIColor
  • #00ff00, ryb(0,255,0)

    Declaration

    Swift

    public static let yellow: UIColor
  • #0000ff, ryb(0,0,255)

    Declaration

    Swift

    public static let blue: UIColor
  • #00ffff, ryb(0,255,255)

    Declaration

    Swift

    public static let green: UIColor
  • #ff00ff, ryb(255,0,255)

    Declaration

    Swift

    public static let purple: UIColor
  • #ffff00, ryb(255,255,0)

    Declaration

    Swift

    public static let orange: UIColor
  • #ff8000, ryb(255,128,0)

    Declaration

    Swift

    public static let vermilion: UIColor
  • #80ff00, ryb(128,255,0)

    Declaration

    Swift

    public static let amber: UIColor
  • #00ff80, ryb(0,255,128)

    Declaration

    Swift

    public static let chartreuse: UIColor
  • #0080ff, ryb(0,128,255)

    Declaration

    Swift

    public static let teal: UIColor
  • #8000ff, ryb(128,0,255)

    Declaration

    Swift

    public static let violet: UIColor
  • #ff0080, ryb(255,0,128)

    Declaration

    Swift

    public static let magenta: UIColor