HSVA
Creates a transparent color object from hue, saturationSaturation can be described as the intensity of a color. 100% is pure color, no shades of gray 50% is 50% gray, but you can still see the color. 0%... More, value and alpha (HSVACreates a transparent color object from hue, saturation, value and alpha (HSVA) values. Note that this is not the same as hsla, and is a color space available in Photoshop. Parameters... More) values.
Note that this is not the same as hslaHSLA color values are an extension of HSL color values with an alpha channel - which specifies the opacity for a color. An HSLA color value is specified with: hsla... More, and is a color space available in Photoshop.
Parameters
- hue: An integer 0-360 representing degrees.
- saturationSaturation can be described as the intensity of a color. 100% is pure color, no shades of gray 50% is 50% gray, but you can still see the color. 0%... More: A percentage 0-100% or number 0-1.
- value: A percentage 0-100% or number 0-1.
- alpha: A percentage 0-100% or number 0-1.