OutlineColorScene

public struct OutlineColorScene : Equatable

Outline color scene.

Important

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

Lifecycle

  • Creates an instance of OutlineColorScene

    Declaration

    Swift

    public init(scene: Double, color: UIColor)

    Parameters

    scene

    The scene level where the specified color should be used.

    color

    The outline color of the line.

Public

  • The scene level where the specified color should be used.

    Declaration

    Swift

    public let scene: Double
  • The outline color of the line.

    Declaration

    Swift

    public let color: UIColor
  • Declaration

    Swift

    public static func == (lhs: OutlineColorScene, rhs: OutlineColorScene) -> Bool