Click or drag to resize

IBitmapImageForEachIPixel Method (FuncInt32, Int32)

Sets new brightness levels for the instance image.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage ForEachIPixel(
	Func<int, int> func
)

Parameters

func
Type: SystemFuncInt32, Int32
(i)=>i

Return Value

Type: IBitmapImage
A new image instance with effect applied.
Exceptions
ExceptionCondition
ArgumentNullExceptionfunc
See Also