C# Class ColorPicker.ColorTransformMatrix

Mostra file Open project: EFanZh/EFanZh

Public Methods

Method Description
ColorTransformMatrix ( decimal m11, decimal m12, decimal m13, decimal m21, decimal m22, decimal m23, decimal m31, decimal m32, decimal m33 )
ToFastColorTransformMatrix ( ) : FastColorTransformMatrix
Transform ( ColorTransformMatrix matrix ) : void

Method Details

ColorTransformMatrix() public method

public ColorTransformMatrix ( decimal m11, decimal m12, decimal m13, decimal m21, decimal m22, decimal m23, decimal m31, decimal m32, decimal m33 )
m11 decimal
m12 decimal
m13 decimal
m21 decimal
m22 decimal
m23 decimal
m31 decimal
m32 decimal
m33 decimal

ToFastColorTransformMatrix() public method

public ToFastColorTransformMatrix ( ) : FastColorTransformMatrix
return FastColorTransformMatrix

Transform() public method

public Transform ( ColorTransformMatrix matrix ) : void
matrix ColorTransformMatrix
return void