Static Propertyswift-png 4.4.5PNG
IDAT
The IDAT
chunk type.
static let IDAT: `Self`
The numerical type code for this type identifier is 0x49444154
.
See also
static let CgBI: `Self`
The
CgBI
chunk type.static let IHDR: `Self`
The
IHDR
chunk type.static let PLTE: `Self`
The
PLTE
chunk type.static let IEND: `Self`
The
IEND
chunk type.
Other members in extension
Type members
init(name: UInt32
) Creates a chunk type identifier.
init?(validating: UInt32
) Creates a chunk type identifier, returning
nil
if the type code is invalid.static let bKGD: `Self`
The
bKGD
chunk type.static let cHRM: `Self`
The
cHRM
chunk type.static let gAMA: `Self`
The
gAMA
chunk type.static let hIST: `Self`
The
hIST
chunk type.static let iCCP: `Self`
The
iCCP
chunk type.static let iTXt: `Self`
The
iTXt
chunk type.static let pHYs: `Self`
The
pHYs
chunk type.static let sBIT: `Self`
The
sBIT
chunk type.static let sPLT: `Self`
The
sPLT
chunk type.static let sRGB: `Self`
The
sRGB
chunk type.static let tEXt: `Self`
The
tEXt
chunk type.static let tIME: `Self`
The
tIME
chunk type.static let tRNS: `Self`
The
tRNS
chunk type.static let zTXt: `Self`
The
zTXt
chunk type.
Instance members
var description: String
A string displaying the ASCII representation of this chunk type identifier.
let name: UInt32
The chunk type code.