Searched refs:toRgbValue (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
D | Color.js | 261 function toRgbValue(value) function 291 …return String.sprintf("rgb(%d, %d, %d)", toRgbValue(this._rgba[0]), toRgbValue(this._rgba[1]), toR… 293 …turn String.sprintf("rgba(%d, %d, %d, %f)", toRgbValue(this._rgba[0]), toRgbValue(this._rgba[1]), …
|