Home
last modified time | relevance | path

Searched refs:fillColor (Results 1 – 1 of 1) sorted by relevance

/development/tools/motion/motion_test_watcher_app/src/model/
Dvisualization.ts54 fillColor: string; property in LineGraphVisualization
69 this.fillColor = lighten(this.color);
108 ctx.fillStyle = this.fillColor;