This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Color.ToSRGB64
Returns the sRGB64 value of this color.
[Visual Basic]
Public Function ToSRGB64() As Long
[C#]
public long ToSRGB64();
[C++]
public: __int64 ToSRGB64();
[JScript]
public function ToSRGB64() : long;