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