ShiftChannel moves the specified channel by an offset filling blank position with a color.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void ShiftChannel( int offsetX, int offsetY, int channel, int fillValue )
Public Sub ShiftChannel ( _ offsetX As Integer, _ offsetY As Integer, _ channel As Integer, _ fillValue As Integer _ )
public: void ShiftChannel( int offsetX, int offsetY, int channel, int fillValue )
Parameters
- offsetX
- Int32
Specifies the horizontal offset in pixels. This can have negative values.
- offsetY
- Int32
Specifies the vertical offset in pixels. This can have negative values.
- channel
- Int32
Is the channel to shift. 0=Blue, 1=Green and 2=Red
- fillValue
- Int32
Is the filling color (this is the channel intensity, because ShiftChannel works on a channel at the time).