C# 클래스 SWFProcessing.SWFModeller.Characters.ColorTransform

A color transform which can add and/or multiply with a pixel color.
파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Clone ( ) : ColorTransform

메소드 상세

ColorTransform() 공개 메소드

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() 공개 메소드

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