OutlineColorScene
public struct OutlineColorScene : Equatable
Outline color scene.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
OutlineColorSceneDeclaration
Swift
public init(scene: Double, color: UIColor)Parameters
sceneThe scene level where the specified color should be used.
colorThe outline color of the line.
-
The scene level where the specified color should be used.
Declaration
Swift
public let scene: Double -
The outline color of the line.
Declaration
Swift
public let color: UIColor -
Declaration
Swift
public static func == (lhs: OutlineColorScene, rhs: OutlineColorScene) -> Bool
OutlineColorScene Structure Reference