JpgColorModes

JpgColorModes class

Beschrijft de opsomming van Jpg-kleurmodi.

public class JpgColorModes : Enumeration

Constructeurs

Naam Beschrijving
JpgColorModes() Serialisatie-constructor

methoden

Naam Beschrijving
CompareTo(object) Vergelijkt huidige object met andere.
virtual Equals(Enumeration) Bepaalt of twee objectinstanties gelijk zijn.
override Equals(object) Bepaalt of twee objectinstanties gelijk zijn.
override GetHashCode() Dient als de standaard hash-functie.
override ToString() Retourneert een tekenreeks die het huidige object vertegenwoordigt.

Velden

Naam Beschrijving
static readonly Cmyk CMYK.
static readonly Grayscale Grijswaarden.
static readonly Rgb RGB.
static readonly YCbCr YCbCr-afbeelding. Standaardoptie voor jpeg-afbeeldingen.
static readonly Ycck Ycck.

Zie ook