Builder

open fun Builder(size: Int)

Constructor for a builder that uses the given size as the width and height of the Bitmaps to prefill.

Parameters

size

The width and height in pixels of the Bitmaps to prefill.


open fun Builder(width: Int, height: Int)

Constructor for a builder that uses the given dimensions as the dimensions of the Bitmaps to prefill.

Parameters

width

The width in pixels of the Bitmaps to prefill.

height

The height in pixels of the Bitmaps to prefill.