RawBitmap Buoy package.

RawBitmapDescription.Constructor Constructor

Constructor that takes all the properties of the class.

Constructor(
   width as Integer,
   height as Integer,
   depth as Integer,
   hasAlphaChannel as Boolean,
   lossyFormat as Boolean)

Parameters

width
Width of the image.
height
Height of the image.
depth
Depth of the image.
hasAlphaChannel
True if image has alpha channel, else false.
lossyFormat
True if the image has lossy format, else false.

Remarks

See Also

RawBitmapDescription Class