Show / Hide Table of Contents

Class Enums.PCS

Set Profile Connection Space.

Inheritance
System.Object
Enums.PCS
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 PCS
Remarks

See for example IccImport(String, String, Nullable<Boolean>, String).

Fields

| Improve this Doc View Source

Lab

CIE Lab space.

Declaration
public const string Lab = "lab"
Field Value
Type Description
System.String
| Improve this Doc View Source

Xyz

CIE XYZ space.

Declaration
public const string Xyz = "xyz"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX