Home
last modified time | relevance | path

Searched defs:satMod (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js5590 HSLColor.prototype.satMod = function (amount) { method in HSLColor
5658 HSVColor.prototype.satMod = function (amount) { method in HSVColor
6199 OoxmlColor.prototype.setSatMod = function (satMod) { argument
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1296 a/100;this.lum=this.clamp01(this.lum);return this};b.prototype.satMod=function(a){this.sat*=a/100;t… method in b
1298 …on(a){this.v*=a/100;this.v=this.clamp01(this.v);return this};b.prototype.satMod=function(a){this.s… method in b