CieCoordinates 类
Summary: The class contains the x,y, and z coordinates of a specific color in a specified color space.
Module: aspose.imaging.fileformats.bmp.structures
Full Name: aspose.imaging.fileformats.bmp.structures.CieCoordinates
Constructors
| Name | 描述 |
|---|---|
| CieCoordinates(bytes) | 初始化 CieCoordinates 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| cie_coordinates_x | int | r/w | 获取或设置坐标 x。 |
| cie_coordinates_y | int | r/w | 获取或设置坐标 y。 |
| cie_coordinates_z | int | r/w | 获取或设置坐标 z。 |
Constructor: CieCoordinates(bytes)
CieCoordinates(bytes)
初始化 CieCoordinates 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| 字节 | System.Byte | 数组字节。 |