EmfIlluminant
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfIlluminant extends System.Enum
Die Aufzählung Illuminant definiert Werte, die den Beleuchtungswert eines Bildes angeben, welcher die Standardlichtquelle bestimmt, unter der das Bild betrachtet wird, sodass die Farbe angemessen angepasst werden kann.
Felder
| Feld | Beschreibung |
|---|---|
| ILLUMINANT_DEVICE_DEFAULT | Standard des Geräts. |
| ILLUMINANT_TUNGSTEN | Wolframlampe. |
| ILLUMINANT_B | Mittagslicht. |
| ILLUMINANT_DAYLIGHT | Tageslichtbeleuchtung |
| ILLUMINANT_D50 | Normaler Druck |
| ILLUMINANT_D55 | Bondpapier-Druck. |
| ILLUMINANT_D65 | Standardtageslicht. |
| ILLUMINANT_D75 | Nordisches Tageslicht. |
| ILLUMINANT_FLUORESCENT | Kaltweißlampe. |
ILLUMINANT_DEVICE_DEFAULT
public static final int ILLUMINANT_DEVICE_DEFAULT
Standard des Geräts. Standard, der von Ausgabegeräten verwendet wird.
ILLUMINANT_TUNGSTEN
public static final int ILLUMINANT_TUNGSTEN
Wolframlampe.
ILLUMINANT_B
public static final int ILLUMINANT_B
Mittagslicht.
ILLUMINANT_DAYLIGHT
public static final int ILLUMINANT_DAYLIGHT
Tageslichtbeleuchtung
ILLUMINANT_D50
public static final int ILLUMINANT_D50
Normaler Druck
ILLUMINANT_D55
public static final int ILLUMINANT_D55
Bondpapier-Druck.
ILLUMINANT_D65
public static final int ILLUMINANT_D65
Standardtageslicht. Standard für CRTs und Bilder.
ILLUMINANT_D75
public static final int ILLUMINANT_D75
Nordisches Tageslicht.
ILLUMINANT_FLUORESCENT
public static final int ILLUMINANT_FLUORESCENT
Kaltweißlampe.