Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface color

A color value.

A color value can be converted to a string and can also be assigned using a string. The string is a hexadecimal triplet or quad in the form "#RRGGBB" and "#AARRGGBB" respectively. For example, the color red corresponds to a triplet of "#FF0000" and a slightly transparent blue to a quad of "#800000FF".

Hierarchy

  • color

Generated using TypeDoc