* @function LevelRenderer.Tool.Color.prototype.random * @description 随机颜色 * @returns {string} 颜色值,#rrggbb格式
()
| 736 | * @returns {string} 颜色值,#rrggbb格式 |
| 737 | */ |
| 738 | random() { |
| 739 | return '#' + Math.random().toString(16).slice(2, 8); |
| 740 | } |
| 741 | |
| 742 | /** |
| 743 | * @function LevelRenderer.Tool.Color.prototype.getData |
no test coverage detected