Класс CieCoordinatesTriple
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 | Description |
|---|---|
| CieCoordinatesTriple(bytes) | Инициализирует новый экземпляр класса CieCoordinatesTriple. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| cie_xyz_blue | CieCoordinates | r | Получает xyz‑координаты синего конечного пункта. |
| cie_xyz_green | CieCoordinates | r | Получает xyz‑координаты зелёного конечного пункта. |
| cie_xyz_red | CieCoordinates | r | Получает xyz‑координаты красного конечного пункта. |
Constructor: CieCoordinatesTriple(bytes)
CieCoordinatesTriple(bytes)
Инициализирует новый экземпляр класса CieCoordinatesTriple.
Parameters:
| Параметр | Тип | Описание |
|---|---|---|
| байты | System.Byte | Байты. |