PColor32 GetPColor32(
int x
)Function GetPColor32 (
x As Integer
) As PColor32PColor32 GetPColor32(
int x
)abstract GetPColor32 :
x : int -> PColor32 The returned value is a premultiplied color with 8 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. |