ColorF GetColorF(
int x
)Function GetColorF (
x As Integer
) As ColorFColorF GetColorF(
int x
)abstract GetColorF :
x : int -> ColorF The returned value is a non-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. |