PColorF GetPColorF(
int x
)Function GetPColorF (
x As Integer
) As PColorFPColorF GetPColorF(
int x
)abstract GetPColorF :
x : int -> PColorF The returned value is a premultiplied color with 32 bits per channel in the linear 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. |