OutlineGapColorScene
public struct OutlineGapColorScene : Equatable
Outline gap color scene.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
OutlineGapColorSceneDeclaration
Swift
public init(sceneLevel: Double, color: UIColor)Parameters
sceneLevelThe scene level where the specified color should be used.
colorThe outline color to use for gaps in the pattern.
-
Scene level where the specified color should be used.
Declaration
Swift
public let sceneLevel: Double -
Outline color to use for gaps in the pattern.
Declaration
Swift
public let color: UIColor
OutlineGapColorScene Structure Reference