Searched refs:fromUint32 (Results 1 – 1 of 1) sorted by relevance
514 RemoteColor.prototype.fromUint32 = function(value) method in RemoteColor1029 this.lowColor = new RemoteColor().fromUint32(0xffffffff);1030 this.highColor = new RemoteColor().fromUint32(0xff000000);