Color32 GetColor32(
int x
)Function GetColor32 (
x As Integer
) As Color32Color32 GetColor32(
int x
)abstract GetColor32 :
x : int -> Color32 The returned value is a non-premultiplied color with 8 bits per channel in the sRGB color space, regardless of the underlying PixelFormat. This method is practically the same as the indexer.
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. |