API Reference > frontend-devTools > Tools > ClipColorTool > parseAndRun parseAndRun Method Beta This runs the tool using the given arguments, specifying or unspecifying a clip color to use for pixels inside or outside the clip region. Arguments can be: clear inside | clear outside | clear must be in one of the following forms: "rgb(255,0,0)" "rgba(255,0,0,255)" "rgb(100%,0%,0%)" "hsl(120,50%,50%)" "#rrbbgg" "blanchedAlmond" (see possible values from ColorByName). Case insensitive. parseAndRun(...args: string[]): boolean Parameter Type Description ...args string[] Returns - boolean Defined in frontend-devtools/src/tools/ClipTools.ts Line 70 Last Updated: 12 June, 2024