C# Класс SWFProcessing.SWFModeller.Characters.ColorTransform

A color transform which can add and/or multiply with a pixel color.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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