Persistate API documentation
PColor Constructor (colourData)
NamespacesPersistate.UIPColorPColor(Int64)

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

Creates a PColor from a stored persistent long representing a colour.
Declaration Syntax
C#
public PColor(
	long colourData
)
Parameters
colourData (Int64)
The long value containing the colour data.
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)