Class Enums.Intent
The rendering intent.
Inheritance
System.Object
Enums.Intent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class Intent
Remarks
Fields
| Improve this Doc View SourceAbsolute
Absolute colorimetric rendering intent.
Declaration
public const string Absolute = "absolute"
Field Value
Type | Description |
---|---|
System.String |
Perceptual
Perceptual rendering intent.
Declaration
public const string Perceptual = "perceptual"
Field Value
Type | Description |
---|---|
System.String |
Relative
Relative colorimetric rendering intent.
Declaration
public const string Relative = "relative"
Field Value
Type | Description |
---|---|
System.String |
Saturation
Saturation rendering intent.
Declaration
public const string Saturation = "saturation"
Field Value
Type | Description |
---|---|
System.String |