الفئة 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 class. |
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 class.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| بايتات | System.Byte | البايتات. |