C# Class SWFProcessing.SWFModeller.Characters.ColorTransform

A color transform which can add and/or multiply with a pixel color.
Show file Open project: WeeWorld/Swiffotron Class Usage Examples

Public Methods

Method Description
ColorTransform ( HDRColor add, HDRColor mult )

Initializes a new instance of the ColorTransform class.

ToString ( ) : string

Renders the colour transform as a string. Used only in test/debug console output.

Private Methods

Method Description
Clone ( ) : ColorTransform

Method Details

ColorTransform() public method

Initializes a new instance of the ColorTransform class.
public ColorTransform ( HDRColor add, HDRColor mult )
add HDRColor A colour to be added. May be null
mult HDRColor A colour to be multiplied. May be null

ToString() public method

Renders the colour transform as a string. Used only in test/debug console output.
public ToString ( ) : string
return string