SceneColor
public struct SceneColor : Equatable
Scene color.
-
Creates an instance of
SceneColor.Declaration
Swift
public init(scene: Double, color: UIColor)Parameters
sceneThe scene level where the specified color should be used.
colorThe 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) -> BoolReturn Value
bool value.
TomTom SDK for iOS (0.53.1)
SceneColor