Enumeration Caseswift-png 4.4.5PNG

    rgb(_:)

    A background descriptor for an RGB, BGR, RGBA, or BGRA image.

    PNG.Background.Case.swift:20
    case rgb((r: UInt16, g: UInt16, b: UInt16))

    Parameters

    _

    A background color.

    Note that the background components are unscaled samples. If the image color depth is less than 16, only the least-significant bits of each sample are inhabited.

    Other cases