PNG.FrameControl

Frame control chunk.

Members

Functions

bigEndianToNative
void bigEndianToNative()

Converts the struct to little endian on systems that need them.

nativeToBigEndian
void nativeToBigEndian()

Converts the struct to big endian for storage.

Variables

blendOp
FrameBlendOperator blendOp;
Undocumented in source.
delayDen
ushort delayDen;
Undocumented in source.
delayNum
ushort delayNum;
Undocumented in source.
disposeOp
FrameDisposalOperator disposeOp;
Undocumented in source.
height
uint height;
Undocumented in source.
seqNum
uint seqNum;
Undocumented in source.
width
uint width;
Undocumented in source.
xOffset
uint xOffset;
Undocumented in source.
yOffset
uint yOffset;
Undocumented in source.

Meta