write

abstract fun write(x: Int, y: Int, r: Double, g: Double, b: Double, a: Double)(source)
open fun write(x: Int, y: Int, color: ColorRGBa)(source)
open fun write(x: Int, y: Int, r: Float, g: Float, b: Float, a: Float)(source)