You are here: Start » AVL.NET » Invoke.MixChannels
Calculates a linear combination of image channels.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void MixChannels ( Avl.Image inImage, int inXCoeff, int inYCoeff, int inZCoeff, int inWCoeff, int inDivider, Avl.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inXCoeff | int | |||
![]() | inYCoeff | int | |||
![]() | inZCoeff | int | |||
![]() | inWCoeff | int | |||
![]() | inDivider | int | <1, INF> | ||
![]() | outImage | Avl.Image | Output image. |