SceneColor

public struct SceneColor : Equatable

Scene color.

Important

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

Lifecycle

  • Creates an instance of SceneColor

    Declaration

    Swift

    public init(scene: Double, color: UIColor)

    Parameters

    scene

    The scene level where the specified color should be used.

    color

    The fill (inner) color of the line.

Public

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

    Declaration

    Swift

    public let scene: Double
  • The fill (inner) color of the line.

    Declaration

    Swift

    public let color: UIColor
  • Declaration

    Swift

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