Color64 GetColor64(
int x
)Function GetColor64 (
x As Integer
) As Color64Color64 GetColor64(
int x
)abstract GetColor64 :
x : int -> Color64 The returned value is a non-premultiplied color with 16 bits per channel in the sRGB color space, regardless of the underlying PixelFormat.
To access the actual PixelFormat-dependent raw value use the ReadRaw method.
| ArgumentOutOfRangeException | x is less than zero or is greater than or equal to the Width of the parent IReadableBitmapData. |