How to use the color-string.hexString function in color-string

To help you get started, we’ve selected a few color-string examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github tessera-metrics / tessera / tessera / static / js / color-0.7.1.js View on Github external
hexString: function() {
      return string.hexString(this.values.rgb);
   },
   rgbString: function() {
github FredHutch / Oncoscape / client / node_modules / color / index.js View on Github external
hexString: function() {
      return string.hexString(this.values.rgb);
   },
   rgbString: function() {
github superguigui / simple-color-picker / build / simple-color-picker.js View on Github external
hexString: function() {
      return string.hexString(this.values.rgb);
   },
   rgbString: function() {
github Qix- / color / color-0.5.0.js View on Github external
hexString: function() {
      return string.hexString(this.values.rgb);
   },
   rgbString: function() {
github shama / button-styles / bundle.js View on Github external
hexString: function () {
		return string.hexString(this.values.rgb);
	},
	rgbString: function () {
github decentraland / editor-legacy / node_modules / color / index.js View on Github external
hexString: function () {
		return string.hexString(this.values.rgb);
	},
	rgbString: function () {
github SmallImprovements / jquery.smallimap / js / contrib / color-0.4.1.js View on Github external
hexString: function() {
      return string.hexString(this.values.rgb);
   },
   rgbString: function() {
github awemulya / kobo-predict / uis_r_us / static / js / libs / color.js View on Github external
hexString: function() {
         return string.hexString(values.rgb);
      },
      rgbString: function() {
github Qix- / color / index.js View on Github external
hexString: function () {
		return string.hexString(this.values.rgb);
	},
	rgbString: function () {