| UtilsLib REALbasic Support Plugin |
|
RawBitmap.RawBitmap Constructor
Constructs a new RawBitmap with a given width, given height and given number of channels.
RawBitmap(
width as Integer,
height as Integer,
channels as Integer)
Parameters
- width
- The width for the Bitmap.
- height
- The height for the Bitmap.
- channels
- The number of channels. Supported values are 1, 3 and 4.
Remarks
See Also
RawBitmap Class