Searched refs:toUint32 (Results 1 – 1 of 1) sorted by relevance
531 RemoteColor.prototype.toUint32 = function(unsetAlpha) method in RemoteColor1066 this.invert ? 0x00000000 : this.lowColor.toUint32(this.unsetAlpha),1068 ? 0xffffffff : this.highColor.toUint32(this.unsetAlpha));1892 gSystemPalette[i] = color.readFrom(remoteMessage).toUint32();