MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / color

Method color

src/scripting/api/Display/TextField.ts:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 get color():number {
120 return this._textFormat.color;
121 }
122
123 set color(c:number) {
124 this._textFormat.color = c;

Callers 2

setTextFormatMethod · 0.45
lineStyleMethod · 0.45

Calls 1

setTextFormatMethod · 0.95

Tested by

no test coverage detected