\Grafika\Gd\FilterBrightness

Change the image brightness.

TODO: param checks

Summary

Methods
Properties
Constants
__construct()
apply()
No public properties found
No constants found
No protected methods found
$amount
N/A
No private methods found
No private properties found
N/A

Properties

$amount

$amount : integer

Type

integer

Methods

__construct()

__construct(integer  $amount) 

Brightness constructor.

Parameters

integer $amount

The amount of brightness to apply. >= -100 and <= -1 to darken. 0 for no change. >= 1 and <= 100 to brighten.