Note
See the Examples section of the GetReadWriteBitmapData method for examples.
Color32 this[
int x
] { get; }ReadOnly Default Property Item (
x As Integer
) As Color32
Getproperty Color32 default[int x] {
Color32 get (int x);
}abstract Item : Color32 with getThe returned value is a non-premultiplied color with 8 bits per channel in the sRGB color space, regardless of the underlying PixelFormat. This member is practically the same as the GetColor32 method.
To retrieve the color in other color formats use the GetColor.../GetPColor... methods.
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. |