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 | 描述 |
|---|---|
| CieCoordinatesTriple(bytes) | 初始化 CieCoordinatesTriple 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| 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:
| 参数 | Type | Description |
|---|---|---|
| 字节 | System.Byte | 字节。 |