Leaf

public struct Leaf : Encodable

Undocumented

  • Sets the opacity of the leaves.

    With colorscale it is defaulted to 1; otherwise it is defaulted to 0.7

    Declaration

    Swift

    public var opacity: Double?
  • Creates Leaf object with specified properties.

    Declaration

    Swift

    public init(opacity: Double? = nil)

    Parameters

    opacity

    Sets the opacity of the leaves.