Searched defs:ColorAsInt (Results 1 – 3 of 3) sorted by relevance
20 CanvasKit.ColorAsInt = function(r, g, b, a) { class in CanvasKit
29 ColorAsInt: function() {}, method
48 ColorAsInt(r: number, g: number, b: number, a?: number): ColorInt; method