void SetPColorF(
int x,
PColorF color
)Sub SetPColorF (
x As Integer,
color As PColorF
)void SetPColorF(
int x,
PColorF color
)abstract SetPColorF :
x : int *
color : PColorF -> unit The color parameter represents 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 WriteRaw method.
If the color to be set cannot be represented precisely by the owner IWritableBitmapData, then it will be quantized to a supported color value.
| ArgumentOutOfRangeException | x is less than zero or is greater than or equal to the Width of the parent IWritableBitmapData. |