.. _SolidColor: ================================================ SolidColor ================================================ Description ----------- A color definition used in the document. Properties ^^^^^^^^^^ +-------------------------------------------------------------+---------------------------------------------+ | :ref:`cmyk` readonly | The CMYK color model. | +-------------------------------------------------------------+---------------------------------------------+ | :ref:`gray` readonly | The grayscale color model. | +-------------------------------------------------------------+---------------------------------------------+ | :ref:`hsb` readonly | The HSB color model. | +-------------------------------------------------------------+---------------------------------------------+ | :ref:`lab` readonly | The lab color model. | +-------------------------------------------------------------+---------------------------------------------+ | :ref:`model` readonly | The color model. | +-------------------------------------------------------------+---------------------------------------------+ | :ref:`nearestWebColor` readonly | The nearest web color to the current color. | +-------------------------------------------------------------+---------------------------------------------+ | :ref:`rgb` readonly | The RGB color model. | +-------------------------------------------------------------+---------------------------------------------+ Static Properties ^^^^^^^^^^^^^^^^^ +-------------------------------------------------------------+---------------------------------------------+ | :ref:`cmyk` readonly | The CMYK color model. | +-------------------------------------------------------------+---------------------------------------------+ | :ref:`gray` readonly | The grayscale color model. | +-------------------------------------------------------------+---------------------------------------------+ | :ref:`hsb` readonly | The HSB color model. | +-------------------------------------------------------------+---------------------------------------------+ | :ref:`lab` readonly | The lab color model. | +-------------------------------------------------------------+---------------------------------------------+ | :ref:`model` readonly | The color model. | +-------------------------------------------------------------+---------------------------------------------+ | :ref:`nearestWebColor` readonly | The nearest web color to the current color. | +-------------------------------------------------------------+---------------------------------------------+ | :ref:`rgb` readonly | The RGB color model. | +-------------------------------------------------------------+---------------------------------------------+ Methods ^^^^^^^ +---------------------------------------------+----------------------+ | :ref:`isEqual` readonly | Compares two colors. | +---------------------------------------------+----------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 SolidColor/model.rst SolidColor/rgb.rst SolidColor/gray.rst SolidColor/cmyk.rst SolidColor/lab.rst SolidColor/hsb.rst SolidColor/nearestWebColor.rst SolidColor/model.rst SolidColor/rgb.rst SolidColor/gray.rst SolidColor/cmyk.rst SolidColor/lab.rst SolidColor/hsb.rst SolidColor/nearestWebColor.rst SolidColor/isEqual.rst