SceneColor
public struct SceneColor : Equatable
Scene color.
-
Creates an instance of
SceneColor
.Declaration
Swift
public init(scene: Double, color: UIColor)
Parameters
scene
The scene level where the specified color should be used.
color
The fill (inner) color of the line.
-
The scene level where the specified color should be used.
Declaration
Swift
public let scene: Double
-
The fill (inner) color of the line.
Declaration
Swift
public let color: UIColor
-
Equatable method
Declaration
Swift
public static func == (lhs: SceneColor, rhs: SceneColor) -> Bool
Return Value
bool value.