Packages

 

com.aspose.imaging.fileformats.bmp.structures

Class CieCoordinatesTriple

  • java.lang.Object
    • com.aspose.imaging.fileformats.bmp.structures.CieCoordinatesTriple


  • public class CieCoordinatesTriple
    extends Object

    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.

    • Constructor Detail

      • CieCoordinatesTriple

        public CieCoordinatesTriple(byte[] bytes)

        Initializes a new instance of the CieCoordinatesTriple class.

        Parameters:
        bytes - The bytes.
    • Method Detail

      • getCieXyzRed

        public CieCoordinates getCieXyzRed()

        Gets the xyz coordinates of red endpoint.

        Value: The xyz coordinates of red endpoint.
      • getCieXyzGreen

        public CieCoordinates getCieXyzGreen()

        Gets the xyz coordinates of green endpoint.

        Value: The xyz coordinates of green endpoint.
      • getCieXyzBlue

        public CieCoordinates getCieXyzBlue()

        Gets the xyz coordinates of blue endpoint.

        Value: The xyz coordinates of blue endpoint.