Class CieCoordinatesTriple
Class CieCoordinatesTriple
名称: Aspose.Imaging.FileFormats.Bmp.Structures アセンション: Aspose.Imaging.dll (25.4.0)
クラスには、指定された論理的な色スペースの赤、緑、ブルーの端点に合致する3色のx、y、zのコードが含まれています。
public class CieCoordinatesTriple
Inheritance
相続人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CieCoordinatesTriple(ビート[])
Aspose.Imaging.FileFormats.Bmp.Structures.CieCoordinatesTripleクラスの新しい例を開始します。
public CieCoordinatesTriple(byte[] bytes)
Parameters
bytes
byte
( )
バイトです。
Properties
CieXyzBlue
ブルーエンドポイントのxyz コーディネートを取得します。
public CieCoordinates CieXyzBlue { get; }
不動産価値
CieXyzGreen
グリーンエンドポイントのxyz コーディネートを取得します。
public CieCoordinates CieXyzGreen { get; }
不動産価値
CieXyzRed
レッドエンドポイントのxyz コーディネートを取得します。
public CieCoordinates CieXyzRed { get; }