Skip to content

2. Bitmap

Enes Okullu edited this page May 4, 2024 · 2 revisions

CreateBitmap

CreateBitmap(Frame frame)

Returns Bitmap which is filled with given colorList from frame.

  • Frame frame: A frame which consists array list of RGBColor, width and height.

GetBitmap

GetBitmap(Bitmap bitmap)

Returns Frame which is created with given frame.

  • Bitmap bitmap: A bitmap.

Clone this wiki locally