public class ColorMatrix extends Object
| Constructor and Description |
|---|
ColorMatrix() |
ColorMatrix(ColorMatrix src) |
ColorMatrix(float[] src) |
| Modifier and Type | Method and Description |
|---|---|
float[] |
getArray() |
void |
postConcat(ColorMatrix postmatrix) |
void |
preConcat(ColorMatrix prematrix) |
void |
reset() |
void |
set(ColorMatrix src) |
void |
set(float[] src) |
void |
setConcat(ColorMatrix matA,
ColorMatrix matB) |
void |
setRGB2YUV() |
void |
setRotate(int axis,
float degrees) |
void |
setSaturation(float sat) |
void |
setScale(float rScale,
float gScale,
float bScale,
float aScale) |
void |
setYUV2RGB() |
public ColorMatrix()
public ColorMatrix(float[] src)
public ColorMatrix(ColorMatrix src)
public final float[] getArray()
public void reset()
public void set(ColorMatrix src)
public void set(float[] src)
public void setScale(float rScale,
float gScale,
float bScale,
float aScale)
public void setRotate(int axis,
float degrees)
public void setConcat(ColorMatrix matA, ColorMatrix matB)
public void preConcat(ColorMatrix prematrix)
public void postConcat(ColorMatrix postmatrix)
public void setSaturation(float sat)
public void setRGB2YUV()
public void setYUV2RGB()
Copyright © 2008-2013. All Rights Reserved.