GapColorScene

public struct GapColorScene : Equatable

Gap color scene.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Creates an instance of GapColorScene

    Declaration

    Swift

    public init(sceneLevel: Double, color: UIColor)

    Parameters

    sceneLevel

    Scene level where the specified color should be used.

    color

    The color to use for gaps in the pattern.

Public

  • 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