Brightness
Applies the Brightness filter to an image. Processes input image and outputs the filtered result.
basic
Since P00
Input Ports
Image
Input image
Output Ports
Image
明度調整後のimage
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Amount | Float | 0.0 | 明度の調整量(正=明るく、負=暗く) |
Technical Details
各ピクセルのR/G/Bチャンネルにamount値をAddし、0.0〜1.0にクランプします。Aチャンネルは変更されません。