abstract lime.math.ColorMatrix(Float32Array) from Float32Array to Float32Array

Available on all platforms

Instance Fields

function new(?data:Float32Array): ColorMatrix

function clone(): ColorMatrix

function concat(second:ColorMatrix): Void

function copyFrom(other:ColorMatrix): Void

function get(index:Int): Float

function identity(): Void

function set(index:Int, value:Float): Float