Hue
Hue is one of the main properties of a color.
e:hue
The degree to which a stimulus can be described as similar to or different from stimuli that are described as red, green, blue, and yellow.
Parameters
- integers (positive or negative): HUE value
Limitations
- Applicable only to images smaller than 25 mega pixels.
Dependencies
- This transformation does not have any dependencies.
Examples
See the following examples about the possible ways of usage.
Set the height to 200 px and modify hue.
h:200_e:hue:-30
use shardimage\shardimagephp\factories\Transformation;
$transformations = (new Transformation())->height(200)->hue(-30);