Creates a color object from the specified sRGB64 value. The resulting color object will have 64 bit precision.
[Visual Basic] Public Shared Function FromSRGB64( _ ByVal sRGB64 As Long _ ) As Color [C#] public static Color FromSRGB64( long sRGB64 ); [C++] public: static Color FromSRGB64( __int64 sRGB64 ); [JScript] public static function FromSRGB64( sRGB64 : long ) : Color;