Family
public enum Family : String, CaseIterable, Equatable, Hashable, CustomStringConvertible
Available color familes. All material colors belong to a family.
-
Red Colors
Declaration
Swift
case red
-
Pink Colors
Declaration
Swift
case pink
-
Purple Colors
Declaration
Swift
case purple
-
Deep Purple Colors
Declaration
Swift
case deepPurple
-
Indigo Colors
Declaration
Swift
case indigo
-
Blue Colors
Declaration
Swift
case blue
-
Light Blue Colors
Declaration
Swift
case lightBlue
-
Cyan Colors
Declaration
Swift
case cyan
-
Teal Colors
Declaration
Swift
case teal
-
Green Colors
Declaration
Swift
case green
-
Light Green Colors
Declaration
Swift
case lightGreen
-
Lime Colors
Declaration
Swift
case lime
-
Yellow Colors
Declaration
Swift
case yellow
-
Amber Colors
Declaration
Swift
case amber
-
Oragne Colors
Declaration
Swift
case orange
-
Deep Orange Colors
Declaration
Swift
case deepOrange
-
Brown Colors
Declaration
Swift
case brown
-
Grey Colors
Declaration
Swift
case grey
-
Blue Grey Colors
Declaration
Swift
case blueGrey
-
Declaration
Swift
public var description: String { get }
-
Declaration
Swift
public static func == (lhs: Family, rhs: Family) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)