This method changes the channels order from BGR (default) to the specified one.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void DisposeChannels( string newDisposition )
Public Sub DisposeChannels ( _ newDisposition As String _ )
public: void DisposeChannels( String^ newDisposition )
Parameters
- newDisposition
- String
"newDispo" is a string of three characters, one for each channel ('RGB', 'RBG', etc). You can also replicate the same channel: 'RRR' or 'GGG', etc. Can contain also '0' to set a channel to zero.