ColorBufferShadow

Properties

Link copied to clipboard
abstract val buffer: ByteBuffer
Link copied to clipboard
abstract val colorBuffer: ColorBuffer

Functions

Link copied to clipboard
abstract fun destroy()
Link copied to clipboard
abstract fun download()
Link copied to clipboard
open operator fun get(x: Int, y: Int): ERROR CLASS: Symbol not found for ColorRGBa
Link copied to clipboard
abstract fun read(x: Int, y: Int): ERROR CLASS: Symbol not found for ColorRGBa
Link copied to clipboard
open operator fun set(x: Int, y: Int, c: ERROR CLASS: Symbol not found for ColorRGBa)
Link copied to clipboard
abstract fun upload()
Link copied to clipboard
open fun write(x: Int, y: Int, color: ERROR CLASS: Symbol not found for ColorRGBa)
abstract fun write(x: Int, y: Int, r: Double, g: Double, b: Double, a: Double)
open fun write(x: Int, y: Int, r: Float, g: Float, b: Float, a: Float)
Link copied to clipboard
abstract fun writer(): BufferWriter