Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setTextFormat
Method · 0.45
lineStyle
Method · 0.45
Calls
1
setTextFormat
Method · 0.95
Tested by
no test coverage detected