Method | Description | |
---|---|---|
BrightnessContrastEffect ( int brightness, int contrast ) : System |
Creates a new effect that will adjust the brightness and contrast of an image.
|
Method | Description | |
---|---|---|
Render ( ColorBgra src, ColorBgra dst, int length ) : void |
Method | Description | |
---|---|---|
Calculate ( ) : void |
public BrightnessContrastEffect ( int brightness, int contrast ) : System | ||
brightness | int | Desired brightness of the image. Valid range is -100 - 100. |
contrast | int | Desired contrast of the image. Valid range is -100 - 100. |
return | System |
protected Render ( ColorBgra src, ColorBgra dst, int length ) : void | ||
src | ColorBgra | |
dst | ColorBgra | |
length | int | |
return | void |