Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rough-stuff/rough-notation
/ color
Method
color
src/rough-notation.ts:36–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
set iterations(value) { this._config.iterations = value; }
35
36
get color() {
return
this._config.color; }
37
set color(value) {
38
if
(this._config.color !== value) {
39
this._config.color = value;
Callers
nothing calls this directly
Calls
1
refresh
Method · 0.95
Tested by
no test coverage detected