put

open fun put(    model: A,     width: Int,     height: Int,     value: B)

Add a value.

Parameters

model

The model.

width

The width in pixels of the view the image is being loaded into.

height

The height in pixels of the view the image is being loaded into.

value

The value to store.