C# Class Softbuild.Media.Effects.BrightnessEffect

Inheritance: IEffect
Mostra file Open project: CH3COOH/Softbuild.Media

Private Properties

Property Type Description

Public Methods

Method Description
BrightnessEffect ( double brightness ) : System

BrightnessEffect クラスの新しいインスタンスを初期化します。

Effect ( int width, int height, byte source ) : byte[]

Method Details

BrightnessEffect() public method

BrightnessEffect クラスの新しいインスタンスを初期化します。
public BrightnessEffect ( double brightness ) : System
brightness double ブライトネス値を表現する(0.0~1.0 標準:0.5)
return System

Effect() public method

public Effect ( int width, int height, byte source ) : byte[]
width int
height int
source byte
return byte[]