Cushion
class Cushion
Manage the data and the painting methods for the cushion effect.
Constructors
Functions
Link copied to clipboard
fun computeColor(model: TreeMapModel<*, *, *>, color: MkColor?, x: Int, y: Int, width: Int, height: Int): MkColor?
Link copied to clipboard
fun fillRaster(model: TreeMapModel<*, *, *>?, color: MkColor?, x: Int, y: Int, width: Int, height: Int, raster: CPImage)