 | IBitmapImageForEachIPixel Method (FuncInt32, Single) |
Sets new brightness levels for the instance image.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
SyntaxIBitmapImage ForEachIPixel(
Func<int, float> func
)
Parameters
- func
- Type: SystemFuncInt32, Single
(i)=>i
Return Value
Type:
IBitmapImageA new image instance with effect applied.
Exceptions
See Also