Level
public enum Level : String, CaseIterable, Equatable, Hashable, CustomStringConvertible
A level. All material colors have a level
-
Primary 50
Declaration
Swift
case primary50
-
Primary 100
Declaration
Swift
case primary100
-
Primary 200
Declaration
Swift
case primary200
-
Primary 300
Declaration
Swift
case primary300
-
Primary 400
Declaration
Swift
case primary400
-
Primary 500
Declaration
Swift
case primary500
-
Primary 600
Declaration
Swift
case primary600
-
Primary 800
Declaration
Swift
case primary800
-
Primary 900
Declaration
Swift
case primary900
-
Accent 100
Declaration
Swift
case accent100
-
Accent 200
Declaration
Swift
case accent200
-
Accent 400
Declaration
Swift
case accent400
-
Accent 700
Declaration
Swift
case accent700
-
Declaration
Swift
public var description: String { get }
-
Declaration
Swift
public static func == (lhs: Level, rhs: Level) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)