WritablePixelFormat

abstract class WritablePixelFormat[B <: Buffer](val delegate: WritablePixelFormat[B]) extends PixelFormat[B] with SFXDelegate[WritablePixelFormat[B]]
class PixelFormat[B]
trait SFXDelegate[WritablePixelFormat[B]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def setArgb(buf: B, x: Int, y: Int, scanlineStride: Int, argb: Int): Unit

Stores a 32-bit integer representation of the color in the buffer at the specified coordinates.

Stores a 32-bit integer representation of the color in the buffer at the specified coordinates.

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
def getArgb(buf: B, x: Int, y: Int, scanlineStride: Int): Int

Reads a 32-bit integer representation of the color from the buffer at the specified coordinates.

Reads a 32-bit integer representation of the color from the buffer at the specified coordinates.

Inherited from
PixelFormat
Inherited from
PixelFormat
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
def premultiplied: Boolean
Inherited from
PixelFormat
override def toString: String
Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
Inherited from
SFXDelegate
def writable: Boolean
Inherited from
PixelFormat

Concrete fields

override val delegate: WritablePixelFormat[B]