HSV Adjust
Applies the HSV Adjust filter to an image. Processes input image and outputs the filtered result.
intermediate
Since P00
Input Ports
Image
Input image
Output Ports
Image
調整後のimage
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Hue | Float | 0 | Color相のシフト量(度) |
| Saturation | Float | 0.0 | 彩度の調整量 |
| Value | Float | 0.0 | 明度の調整量 |
Technical Details
RGB→HSV変換後にパラメータをAddし、HSV→RGBに戻します。Color相は360°で循環します。