Packages

 

com.aspose.imaging.fileformats.bmp.structures

Class CieCoordinates



  • public class CieCoordinates
    extends Object

    The class contains the x,y, and z coordinates of a specific color in a specified color space.

    • Constructor Detail

      • CieCoordinates

        public CieCoordinates(byte[] bytes)

        Initializes a new instance of the CieCoordinates class.

        Parameters:
        bytes - The array bytes.
    • Method Detail

      • getCieCoordinatesX

        public long getCieCoordinatesX()

        Gets or sets the coordinates x.

        Value: The coordinates x.
      • setCieCoordinatesX

        public void setCieCoordinatesX(long value)

        Gets or sets the coordinates x.

        Value: The coordinates x.
      • getCieCoordinatesY

        public long getCieCoordinatesY()

        Gets or sets the coordinates y.

        Value: The coordinates y.
      • setCieCoordinatesY

        public void setCieCoordinatesY(long value)

        Gets or sets the coordinates y.

        Value: The coordinates y.
      • getCieCoordinatesZ

        public long getCieCoordinatesZ()

        Gets or sets the coordinates z.

        Value: The coordinates z.
      • setCieCoordinatesZ

        public void setCieCoordinatesZ(long value)

        Gets or sets the coordinates z.

        Value: The coordinates z.