Cv2ColorChange Method |
Namespace: OpenCvSharp
public static void ColorChange( InputArray src, InputArray mask, OutputArray dst, float redMul = 1f, float greenMul = 1f, float blueMul = 1f )
Public Shared Sub ColorChange ( src As InputArray, mask As InputArray, dst As OutputArray, Optional redMul As Single = 1F, Optional greenMul As Single = 1F, Optional blueMul As Single = 1F )
public: static void ColorChange( InputArray^ src, InputArray^ mask, OutputArray^ dst, float redMul = 1f, float greenMul = 1f, float blueMul = 1f )
static member ColorChange : src : InputArray * mask : InputArray * dst : OutputArray * ?redMul : float32 * ?greenMul : float32 * ?blueMul : float32 (* Defaults: let _redMul = defaultArg redMul 1f let _greenMul = defaultArg greenMul 1f let _blueMul = defaultArg blueMul 1f *) -> unit