Persistate API documentation
ToLong Method
NamespacesPersistate.UIPColorToLong()()()()

[This is preliminary documentation and is subject to change.]

Returns a long value representing this PColor for persistent storage.
Declaration Syntax
C#
public long ToLong()
Return Value
The corresponding long value.
Remarks
This long has a flag in bit 32 (bit 0 of LH word). If set, the colour is a KnownColor and the RH word contains the KnownColor ordinal value. If the flag is clear, the RH word contains the ARGB value.

Assembly: Persistate.UI (Module: Persistate.UI) Version: 0.6.1.20 (0.6.1.20)