NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Color.FromSRGB64

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;

Parameters

sRGB64
[To be supplied.]

See Also

Color Structure | Color Members | System.Drawing Namespace