Click or drag to resize

IBitmapImageForEachRgbPixel Method

Overload List
  NameDescription
Public methodForEachRgbPixel(ActionInt32, Int32, Int32, Int32, Int32)
Iterates colour pixels of the instance image, for pixels at x and y co-ordinates.
Public methodForEachRgbPixel(FuncInt32, Int32, ValueTupleInt32, Int32, Int32)
Sets in-place new R,G & B colours for the instance image, for pixels at x and y co-ordinates.
Public methodForEachRgbPixel(FuncInt32, Int32, Int32, ValueTupleInt32, Int32, Int32)
Sets new R,G & B colours for the instance image.
Public methodForEachRgbPixel(FuncInt32, Int32, Int32, ValueTupleSingle, Single, Single)
Sets new R,G & B colours for the instance image.
Public methodForEachRgbPixel(FuncInt32, Int32, Int32, Int32, Int32, ValueTupleInt32, Int32, Int32)
Sets new R,G & B colours for the instance image, for pixels at x and y co-ordinates.
Top
See Also