MCPcopy Create free account
hub / github.com/esengine/esengine / color

Method color

packages/fairygui/src/widgets/GTextField.ts:102–104  ·  view source on GitHub ↗

* Get/set text color * 获取/设置文本颜色

()

Source from the content-addressed store, hash-verified

100 * 获取/设置文本颜色
101 */
102 public get color(): string {
103 return this._color;
104 }
105
106 public set color(value: string) {
107 if (this._color !== value) {

Callers

nothing calls this directly

Calls 1

updateGearMethod · 0.80

Tested by

no test coverage detected