Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfCieXyzTriple



  • public class WmfCieXyzTriple
    extends Object

    The CIEXYZTriple Object defines information about the CIEXYZTriple color object.

    • Constructor Detail

      • WmfCieXyzTriple

        public WmfCieXyzTriple()
    • Method Detail

      • getCiexyzRed

        public WmfCieXyz getCiexyzRed()

        Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values.

      • setCiexyzRed

        public void setCiexyzRed(WmfCieXyz value)

        Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values.

      • getCiexyzGreen

        public WmfCieXyz getCiexyzGreen()

        Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values.

      • setCiexyzGreen

        public void setCiexyzGreen(WmfCieXyz value)

        Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values.

      • getCiexyzBlue

        public WmfCieXyz getCiexyzBlue()

        Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values.

      • setCiexyzBlue

        public void setCiexyzBlue(WmfCieXyz value)

        Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values.