GetChannelOffset allows to get an offset for each channel.

At the moment GetChannelOffset works only with ie24RGB pixelformat.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int GetChannelOffset(
	int channel
)
Public Function GetChannelOffset ( _
	channel As Integer _
) As Integer
public:
int GetChannelOffset(
	int channel
)

Parameters

channel
Int32
the channel where 0=red , 1=green and 2=blue

Return Value

the channel offset (-255..+255)

See Also