 | IBitmapImageForEachRgbPixel Method (FuncInt32, Int32, Int32, ValueTupleInt32, Int32, Int32) |
Sets new R,G & B colours for the instance image.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
SyntaxIBitmapImage ForEachRgbPixel(
Func<int, int, int, (int , int , int )> func
)
Parameters
- func
- Type: SystemFuncInt32, Int32, Int32, ValueTupleInt32, Int32, Int32
(r, g, b)=>(r, g, b)
Return Value
Type:
IBitmapImageA new image instance with effect applied.
Exceptions
See Also