SetChannelOffset allows to set an offset for each channel.

At the moment SetChannelOffset 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 void SetChannelOffset(
	int channel,
	int offset
)
Public Sub SetChannelOffset ( _
	channel As Integer, _
	offset As Integer _
)
public:
void SetChannelOffset(
	int channel, 
	int offset
)

Parameters

channel
Int32
the channel where 0=red , 1=green and 2=blue
offset
Int32
the channel offset (-255..+255)

See Also