SceneColor
public struct SceneColor : Equatable
Scene color.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
SceneColorDeclaration
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.
SceneColor Structure Reference