CrImage::WEBP::FourCC
Inherits Struct / Value / Object
FourCC is a four character code used in RIFF containers.
FourCC (Four Character Code) identifies chunk types in RIFF files. Examples: "RIFF", "WEBP", "VP8L", "VP8X", "ALPH"
Constructors
new(bytes : StaticArray(UInt8, 4))
SourceInstance methods
==(other : FourCC)
Sourcebytes
Sourcebytes=(bytes : StaticArray(UInt8, 4))
Source