|
10 | 10 | function Color() { |
11 | 11 | //COLORS LIB |
12 | 12 | this.Color_OceanBlue = 0x99FFFF, |
13 | | - this.Color_SteelBlue = 0x4682B4, |
14 | | - this.Color_RoyalBlue = 0xFF0000, |
15 | | - this.Color_DarkBlue = 0x0099FF, |
16 | | - this.Color_Black = 0x000000, |
17 | | - this.Color_Violet = 0xEE82EE, |
18 | | - this.Color_Yellow = 0xFFFF00, |
19 | | - this.Color_Tomato = 0xFF6347, |
20 | | - this.Color_PaleVioletRed = 0xDB7093, |
21 | | - this.Color_Red = 0xFF0000, |
22 | | - this.Color_Wheat = 0xF5DEB3, |
23 | | - this.Color_AntiqueWhite = 0xFAEBD7, |
24 | | - this.Color_White = 0xFFFFFF; |
| 13 | + this.Color_SteelBlue = 0x4682B4, |
| 14 | + this.Color_RoyalBlue = 0x4169E1, |
| 15 | + this.Color_Aquamarine = 0x7FFFD4, |
| 16 | + this.Color_Blue = 0x0000FF, |
| 17 | + this.Color_BlueViolet = 0x8A2BE2, |
| 18 | + this.Color_CadetBlue = 0x5F9EA0, |
| 19 | + this.Color_CornflowerBlue = 0x6495ED, |
| 20 | + this.Color_Cyan = 0x00FFFF, |
| 21 | + this.Color_DarkBlue = 0x00008B, |
| 22 | + this.Color_DarkCyan = 0x008B8B, |
| 23 | + this.Color_DodgerBlue = 0x1E90FF, |
| 24 | + this.Color_DeepSkyBlue = 0x00BFFF, |
| 25 | + this.Color_LightSteelBlue = 0xB0C4DE, |
| 26 | + this.Color_Navy = 0x000080, |
| 27 | + this.Color_PowderBlue = 0xB0E0E6, |
| 28 | + this.Color_Turquoise = 0x40E0D0, |
| 29 | + |
| 30 | + this.Color_Black = 0x000000, |
| 31 | + this.Color_Violet = 0xEE82EE, |
| 32 | + this.Color_Yellow = 0xFFFF00, |
| 33 | + this.Color_Tomato = 0xFF6347, |
| 34 | + this.Color_PaleVioletRed = 0xDB7093, |
| 35 | + this.Color_Red = 0xFF0000, |
| 36 | + this.Color_Wheat = 0xF5DEB3, |
| 37 | + this.Color_AntiqueWhite = 0xFAEBD7, |
| 38 | + this.Color_White = 0xFFFFFF; |
25 | 39 | } |
26 | 40 |
|
27 | 41 | Color.prototype.generateHexColor = function () { |
|
0 commit comments