Packages

 

com.aspose.imaging.fileformats.cdr.types

Class CdrColor



  • public class CdrColor
    extends Object

    The cdr color

    • Constructor Detail

      • CdrColor

        public CdrColor()
    • Method Detail

      • getColorModel

        public final int getColorModel()

        Gets the color model.

        Returns:
        the color model.
      • setColorModel

        public final void setColorModel(int value)

        Sets the color model.

        Parameters:
        value - the color model.
      • getColorValue

        public final int getColorValue()

        Gets the color value.

        Returns:
        the color value.
      • setColorValue

        public final void setColorValue(int value)

        Sets the color value.

        Parameters:
        value - the color value.
      • getRgbColorValue

        public final int getRgbColorValue()

        Gets the RGB color value.

        Returns:
        the RGB color value.
      • setRgbColorValue

        public final void setRgbColorValue(int value)

        Sets the RGB color value.

        Parameters:
        value - the RGB color value.
      • getOpacity

        public final byte getOpacity()

        Gets the opacity.

        Returns:
        the opacity.
      • setOpacity

        public final void setOpacity(byte value)

        Sets the opacity.

        Parameters:
        value - the opacity.