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.

Lifecycle

  • Creates an instance of OutlineGapColorScene

    Declaration

    Swift

    public init(sceneLevel: Double, color: UIColor)

    Parameters

    sceneLevel

    The scene level where the specified color should be used.

    color

    The outline color to use for gaps in the pattern.

Public

  • 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