PColor64 GetPColor64(
int x
)Function GetPColor64 (
x As Integer
) As PColor64PColor64 GetPColor64(
int x
)abstract GetPColor64 :
x : int -> PColor64 The returned value is a 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. |