Enumeration Caseswift-png 4.4.5PNG

    rgba8(_:)

    A suggested palette with an 8-bit color depth.

    PNG.SuggestedPalette.Entries.swift:10
    case rgba8([(color: (r: UInt8, g: UInt8, b: UInt8, a: UInt8), frequency: UInt16)])

    Parameters

    _

    An array of 8-bit palette colors and frequencies.

    Other cases