notes/color-swatch.md
Color and Swatch
col = stage.color.get('red')
newCol = col.darker(3)
swatch
stage.swatch.set('red', '#440000')
col = stage.color.get('red')
col.toString()
// '#440000'
Info
keys: dict_keys(['exists', 'path', 'text', 'meta', 'rendered'])
path: notes/color-swatch.md
exists: True
meta: dict_keys(['filepath_exists', 'path', 'filepath', 'markdown'])