Enumeration Caseswift-png 4.4.5PNG
rgb(_:)
A background descriptor for an RGB, BGR, RGBA, or BGRA image.
PNG.Background.Case.swift:20case 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
case palette(index: Int)
A background descriptor for an indexed image.
case v(UInt16)
A background descriptor for a grayscale or grayscale-alpha image.