ColorNames master READ ONLY 0
  • explorer
  • search
a [App]
a CG.ColorNames
a README.md
a app.ts
a [Test]
a test
  • README.md

ColorNames

This module provides CSS color names and HEX value mapping tables.

You can get HEX colors(in numerical form) by their names.

Reference

Getting Started

#

// Note the capitalization
sprite.tint = CG.ColorNames.Color.blue

// or...
import myColor = CG.ColorNames.Color;
sprite.tint = myColor.blue

Authors

FOBShippingPoint

READ ONLY
  • problem
  • console
No problems have been detected so far.
Ln 1, Col 1, Sel 0
Markdown