Home
last modified time | relevance | path

Searched refs:toUint32 (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js531 RemoteColor.prototype.toUint32 = function(unsetAlpha) method in RemoteColor
1066 this.invert ? 0x00000000 : this.lowColor.toUint32(this.unsetAlpha),
1068 ? 0xffffffff : this.highColor.toUint32(this.unsetAlpha));
1892 gSystemPalette[i] = color.readFrom(remoteMessage).toUint32();