API Reference > imodeljs-common > Symbology > HSVColor HSVColor Class A color defined by Hue, Saturation, and Value see here for difference between HSL and HSV Methods Name Description adjustColor(darkenColor: boolean, delta: number): void clone(): HSVColor toColorDef(out?: ColorDef): ColorDef fromColorDef(val: ColorDef, out?: HSVColor): HSVColor Static Properties Name Type Description h number Hue s number Saturation v number Value Defined in core/common/src/ColorDef.ts Line 197 Last Updated: 13 June, 2024