CieCoordinatesTriple Klasse
Summary: The class contains the x,y, and z coordinates of the three colors that correspond to the red, green, and blue endpoints for a specified logical color space.
Module: aspose.imaging.fileformats.bmp.structures
Full Name: aspose.imaging.fileformats.bmp.structures.CieCoordinatesTriple
Constructors
| Name | Beschreibung |
|---|---|
| CieCoordinatesTriple(bytes) | Initialisiert eine neue Instanz der CieCoordinatesTriple Klasse. |
Properties
| Name | Type | Access | Beschreibung |
|---|---|---|---|
| cie_xyz_blue | CieCoordinates | r | Liefert die xyz-Koordinaten des blauen Endpunkts. |
| cie_xyz_green | CieCoordinates | r | Liefert die xyz-Koordinaten des grünen Endpunkts. |
| cie_xyz_red | CieCoordinates | r | Liefert die xyz-Koordinaten des roten Endpunkts. |
Constructor: CieCoordinatesTriple(bytes)
CieCoordinatesTriple(bytes)
Initialisiert eine neue Instanz der CieCoordinatesTriple Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bytes | System.Byte | Die Bytes. |