Operatorswift-testing 6.0.2Testing
<(_:_:)
Tag.Color.swift:114This declaration is gated by at least one @_spi attribute.
static func < (lhs: `Self`, rhs: `Self`) -> Bool
Other members in extension
Type members
Show system interfaces (8)
Hide system interfaces
init(from: any Decoder
) throws static var blue: `Self`
The color blue.
static var green: `Self`
The color green.
static var orange: `Self`
The color orange.
static var purple: `Self`
The color purple.
static var red: `Self`
The color red.
static var yellow: `Self`
The color yellow.
static func rgb(UInt8, UInt8, UInt8
) -> Tag.Color Get an instance of this type representing a custom color in the RGB color space.