Enum Enums.OperationMath2
Various math functions on images.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.OperationMath2
Remarks
Fields
Name | Description |
---|---|
Atan2 | atan2( left, right ) |
Pow | pow( left, right ). |
Wop | pow( right, left ). |