Show / Hide Table of Contents

Enum Enums.CombineMode

How to combine pixels.

Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.CombineMode
Remarks

Operations like DrawImage(Image, int, int, CombineMode?) need to be told how to combine images from two sources. See also Join(Image, Direction, bool?, int?, double[], Align?).

Fields

Name Description
Add

Add pixels.

Set

Set pixels to the new value.

In this article
Back to top Generated by DocFX