.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/Color.xml. .. _class_Color: Color ===== .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. note:: There are notable differences when using this API with C#. See :ref:`doc_c_sharp_differences` for more information. .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +---------------------------+------------------------------------+---------+ | :ref:`float` | :ref:`a` | ``1.0`` | +---------------------------+------------------------------------+---------+ | :ref:`int` | :ref:`a8` | ``255`` | +---------------------------+------------------------------------+---------+ | :ref:`float` | :ref:`b` | ``0.0`` | +---------------------------+------------------------------------+---------+ | :ref:`int` | :ref:`b8` | ``0`` | +---------------------------+------------------------------------+---------+ | :ref:`float` | :ref:`g` | ``0.0`` | +---------------------------+------------------------------------+---------+ | :ref:`int` | :ref:`g8` | ``0`` | +---------------------------+------------------------------------+---------+ | :ref:`float` | :ref:`h` | ``0.0`` | +---------------------------+------------------------------------+---------+ | :ref:`float` | :ref:`r` | ``0.0`` | +---------------------------+------------------------------------+---------+ | :ref:`int` | :ref:`r8` | ``0`` | +---------------------------+------------------------------------+---------+ | :ref:`float` | :ref:`s` | ``0.0`` | +---------------------------+------------------------------------+---------+ | :ref:`float` | :ref:`v` | ``0.0`` | +---------------------------+------------------------------------+---------+ .. rst-class:: classref-reftable-group Constructors ------------ .. table:: :widths: auto +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`Color` **(** **)** | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`Color` **(** :ref:`Color` from, :ref:`float` alpha **)** | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`Color` **(** :ref:`Color` from **)** | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`Color` **(** :ref:`String` code **)** | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`Color` **(** :ref:`String` code, :ref:`float` alpha **)** | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`Color` **(** :ref:`float` r, :ref:`float` g, :ref:`float` b **)** | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`Color` **(** :ref:`float` r, :ref:`float` g, :ref:`float` b, :ref:`float` a **)** | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`blend` **(** :ref:`Color` over **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`clamp` **(** :ref:`Color` min=Color(0, 0, 0, 0), :ref:`Color` max=Color(1, 1, 1, 1) **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`darkened` **(** :ref:`float` amount **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`from_hsv` **(** :ref:`float` h, :ref:`float` s, :ref:`float` v, :ref:`float` alpha=1.0 **)** |static| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`from_ok_hsl` **(** :ref:`float` h, :ref:`float` s, :ref:`float` l, :ref:`float` alpha=1.0 **)** |static| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`from_rgbe9995` **(** :ref:`int` rgbe **)** |static| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`from_string` **(** :ref:`String` str, :ref:`Color` default **)** |static| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_luminance` **(** **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`hex` **(** :ref:`int` hex **)** |static| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`hex64` **(** :ref:`int` hex **)** |static| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`html` **(** :ref:`String` rgba **)** |static| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`html_is_valid` **(** :ref:`String` color **)** |static| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`inverted` **(** **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_equal_approx` **(** :ref:`Color` to **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`lerp` **(** :ref:`Color` to, :ref:`float` weight **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`lightened` **(** :ref:`float` amount **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`linear_to_srgb` **(** **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`srgb_to_linear` **(** **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`to_abgr32` **(** **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`to_abgr64` **(** **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`to_argb32` **(** **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`to_argb64` **(** **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`to_html` **(** :ref:`bool` with_alpha=true **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`to_rgba32` **(** **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`to_rgba64` **(** **)** |const| | +-----------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Operators --------- .. table:: :widths: auto +---------------------------+------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`operator !=` **(** :ref:`Color` right **)** | +---------------------------+------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`operator *` **(** :ref:`Color` right **)** | +---------------------------+------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`operator *` **(** :ref:`float` right **)** | +---------------------------+------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`operator *` **(** :ref:`int` right **)** | +---------------------------+------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`operator +` **(** :ref:`Color` right **)** | +---------------------------+------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`operator -` **(** :ref:`Color` right **)** | +---------------------------+------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`operator /` **(** :ref:`Color` right **)** | +---------------------------+------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`operator /` **(** :ref:`float` right **)** | +---------------------------+------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`operator /` **(** :ref:`int` right **)** | +---------------------------+------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`operator ==` **(** :ref:`Color` right **)** | +---------------------------+------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`operator []` **(** :ref:`int` index **)** | +---------------------------+------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`operator unary+` **(** **)** | +---------------------------+------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`operator unary-` **(** **)** | +---------------------------+------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constants --------- .. _class_Color_constant_ALICE_BLUE: .. rst-class:: classref-constant **ALICE_BLUE** = ``Color(0.941176, 0.972549, 1, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_ANTIQUE_WHITE: .. rst-class:: classref-constant **ANTIQUE_WHITE** = ``Color(0.980392, 0.921569, 0.843137, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_AQUA: .. rst-class:: classref-constant **AQUA** = ``Color(0, 1, 1, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_AQUAMARINE: .. rst-class:: classref-constant **AQUAMARINE** = ``Color(0.498039, 1, 0.831373, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_AZURE: .. rst-class:: classref-constant **AZURE** = ``Color(0.941176, 1, 1, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_BEIGE: .. rst-class:: classref-constant **BEIGE** = ``Color(0.960784, 0.960784, 0.862745, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_BISQUE: .. rst-class:: classref-constant **BISQUE** = ``Color(1, 0.894118, 0.768627, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_BLACK: .. rst-class:: classref-constant **BLACK** = ``Color(0, 0, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_BLANCHED_ALMOND: .. rst-class:: classref-constant **BLANCHED_ALMOND** = ``Color(1, 0.921569, 0.803922, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_BLUE: .. rst-class:: classref-constant **BLUE** = ``Color(0, 0, 1, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_BLUE_VIOLET: .. rst-class:: classref-constant **BLUE_VIOLET** = ``Color(0.541176, 0.168627, 0.886275, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_BROWN: .. rst-class:: classref-constant **BROWN** = ``Color(0.647059, 0.164706, 0.164706, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_BURLYWOOD: .. rst-class:: classref-constant **BURLYWOOD** = ``Color(0.870588, 0.721569, 0.529412, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_CADET_BLUE: .. rst-class:: classref-constant **CADET_BLUE** = ``Color(0.372549, 0.619608, 0.627451, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_CHARTREUSE: .. rst-class:: classref-constant **CHARTREUSE** = ``Color(0.498039, 1, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_CHOCOLATE: .. rst-class:: classref-constant **CHOCOLATE** = ``Color(0.823529, 0.411765, 0.117647, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_CORAL: .. rst-class:: classref-constant **CORAL** = ``Color(1, 0.498039, 0.313726, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_CORNFLOWER_BLUE: .. rst-class:: classref-constant **CORNFLOWER_BLUE** = ``Color(0.392157, 0.584314, 0.929412, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_CORNSILK: .. rst-class:: classref-constant **CORNSILK** = ``Color(1, 0.972549, 0.862745, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_CRIMSON: .. rst-class:: classref-constant **CRIMSON** = ``Color(0.862745, 0.0784314, 0.235294, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_CYAN: .. rst-class:: classref-constant **CYAN** = ``Color(0, 1, 1, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_BLUE: .. rst-class:: classref-constant **DARK_BLUE** = ``Color(0, 0, 0.545098, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_CYAN: .. rst-class:: classref-constant **DARK_CYAN** = ``Color(0, 0.545098, 0.545098, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_GOLDENROD: .. rst-class:: classref-constant **DARK_GOLDENROD** = ``Color(0.721569, 0.52549, 0.0431373, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_GRAY: .. rst-class:: classref-constant **DARK_GRAY** = ``Color(0.662745, 0.662745, 0.662745, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_GREEN: .. rst-class:: classref-constant **DARK_GREEN** = ``Color(0, 0.392157, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_KHAKI: .. rst-class:: classref-constant **DARK_KHAKI** = ``Color(0.741176, 0.717647, 0.419608, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_MAGENTA: .. rst-class:: classref-constant **DARK_MAGENTA** = ``Color(0.545098, 0, 0.545098, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_OLIVE_GREEN: .. rst-class:: classref-constant **DARK_OLIVE_GREEN** = ``Color(0.333333, 0.419608, 0.184314, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_ORANGE: .. rst-class:: classref-constant **DARK_ORANGE** = ``Color(1, 0.54902, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_ORCHID: .. rst-class:: classref-constant **DARK_ORCHID** = ``Color(0.6, 0.196078, 0.8, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_RED: .. rst-class:: classref-constant **DARK_RED** = ``Color(0.545098, 0, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_SALMON: .. rst-class:: classref-constant **DARK_SALMON** = ``Color(0.913725, 0.588235, 0.478431, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_SEA_GREEN: .. rst-class:: classref-constant **DARK_SEA_GREEN** = ``Color(0.560784, 0.737255, 0.560784, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_SLATE_BLUE: .. rst-class:: classref-constant **DARK_SLATE_BLUE** = ``Color(0.282353, 0.239216, 0.545098, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_SLATE_GRAY: .. rst-class:: classref-constant **DARK_SLATE_GRAY** = ``Color(0.184314, 0.309804, 0.309804, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_TURQUOISE: .. rst-class:: classref-constant **DARK_TURQUOISE** = ``Color(0, 0.807843, 0.819608, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DARK_VIOLET: .. rst-class:: classref-constant **DARK_VIOLET** = ``Color(0.580392, 0, 0.827451, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DEEP_PINK: .. rst-class:: classref-constant **DEEP_PINK** = ``Color(1, 0.0784314, 0.576471, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DEEP_SKY_BLUE: .. rst-class:: classref-constant **DEEP_SKY_BLUE** = ``Color(0, 0.74902, 1, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DIM_GRAY: .. rst-class:: classref-constant **DIM_GRAY** = ``Color(0.411765, 0.411765, 0.411765, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_DODGER_BLUE: .. rst-class:: classref-constant **DODGER_BLUE** = ``Color(0.117647, 0.564706, 1, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_FIREBRICK: .. rst-class:: classref-constant **FIREBRICK** = ``Color(0.698039, 0.133333, 0.133333, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_FLORAL_WHITE: .. rst-class:: classref-constant **FLORAL_WHITE** = ``Color(1, 0.980392, 0.941176, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_FOREST_GREEN: .. rst-class:: classref-constant **FOREST_GREEN** = ``Color(0.133333, 0.545098, 0.133333, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_FUCHSIA: .. rst-class:: classref-constant **FUCHSIA** = ``Color(1, 0, 1, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_GAINSBORO: .. rst-class:: classref-constant **GAINSBORO** = ``Color(0.862745, 0.862745, 0.862745, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_GHOST_WHITE: .. rst-class:: classref-constant **GHOST_WHITE** = ``Color(0.972549, 0.972549, 1, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_GOLD: .. rst-class:: classref-constant **GOLD** = ``Color(1, 0.843137, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_GOLDENROD: .. rst-class:: classref-constant **GOLDENROD** = ``Color(0.854902, 0.647059, 0.12549, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_GRAY: .. rst-class:: classref-constant **GRAY** = ``Color(0.745098, 0.745098, 0.745098, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_GREEN: .. rst-class:: classref-constant **GREEN** = ``Color(0, 1, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_GREEN_YELLOW: .. rst-class:: classref-constant **GREEN_YELLOW** = ``Color(0.678431, 1, 0.184314, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_HONEYDEW: .. rst-class:: classref-constant **HONEYDEW** = ``Color(0.941176, 1, 0.941176, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_HOT_PINK: .. rst-class:: classref-constant **HOT_PINK** = ``Color(1, 0.411765, 0.705882, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_INDIAN_RED: .. rst-class:: classref-constant **INDIAN_RED** = ``Color(0.803922, 0.360784, 0.360784, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_INDIGO: .. rst-class:: classref-constant **INDIGO** = ``Color(0.294118, 0, 0.509804, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_IVORY: .. rst-class:: classref-constant **IVORY** = ``Color(1, 1, 0.941176, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_KHAKI: .. rst-class:: classref-constant **KHAKI** = ``Color(0.941176, 0.901961, 0.54902, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LAVENDER: .. rst-class:: classref-constant **LAVENDER** = ``Color(0.901961, 0.901961, 0.980392, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LAVENDER_BLUSH: .. rst-class:: classref-constant **LAVENDER_BLUSH** = ``Color(1, 0.941176, 0.960784, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LAWN_GREEN: .. rst-class:: classref-constant **LAWN_GREEN** = ``Color(0.486275, 0.988235, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LEMON_CHIFFON: .. rst-class:: classref-constant **LEMON_CHIFFON** = ``Color(1, 0.980392, 0.803922, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIGHT_BLUE: .. rst-class:: classref-constant **LIGHT_BLUE** = ``Color(0.678431, 0.847059, 0.901961, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIGHT_CORAL: .. rst-class:: classref-constant **LIGHT_CORAL** = ``Color(0.941176, 0.501961, 0.501961, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIGHT_CYAN: .. rst-class:: classref-constant **LIGHT_CYAN** = ``Color(0.878431, 1, 1, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIGHT_GOLDENROD: .. rst-class:: classref-constant **LIGHT_GOLDENROD** = ``Color(0.980392, 0.980392, 0.823529, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIGHT_GRAY: .. rst-class:: classref-constant **LIGHT_GRAY** = ``Color(0.827451, 0.827451, 0.827451, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIGHT_GREEN: .. rst-class:: classref-constant **LIGHT_GREEN** = ``Color(0.564706, 0.933333, 0.564706, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIGHT_PINK: .. rst-class:: classref-constant **LIGHT_PINK** = ``Color(1, 0.713726, 0.756863, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIGHT_SALMON: .. rst-class:: classref-constant **LIGHT_SALMON** = ``Color(1, 0.627451, 0.478431, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIGHT_SEA_GREEN: .. rst-class:: classref-constant **LIGHT_SEA_GREEN** = ``Color(0.12549, 0.698039, 0.666667, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIGHT_SKY_BLUE: .. rst-class:: classref-constant **LIGHT_SKY_BLUE** = ``Color(0.529412, 0.807843, 0.980392, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIGHT_SLATE_GRAY: .. rst-class:: classref-constant **LIGHT_SLATE_GRAY** = ``Color(0.466667, 0.533333, 0.6, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIGHT_STEEL_BLUE: .. rst-class:: classref-constant **LIGHT_STEEL_BLUE** = ``Color(0.690196, 0.768627, 0.870588, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIGHT_YELLOW: .. rst-class:: classref-constant **LIGHT_YELLOW** = ``Color(1, 1, 0.878431, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIME: .. rst-class:: classref-constant **LIME** = ``Color(0, 1, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LIME_GREEN: .. rst-class:: classref-constant **LIME_GREEN** = ``Color(0.196078, 0.803922, 0.196078, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_LINEN: .. rst-class:: classref-constant **LINEN** = ``Color(0.980392, 0.941176, 0.901961, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MAGENTA: .. rst-class:: classref-constant **MAGENTA** = ``Color(1, 0, 1, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MAROON: .. rst-class:: classref-constant **MAROON** = ``Color(0.690196, 0.188235, 0.376471, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MEDIUM_AQUAMARINE: .. rst-class:: classref-constant **MEDIUM_AQUAMARINE** = ``Color(0.4, 0.803922, 0.666667, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MEDIUM_BLUE: .. rst-class:: classref-constant **MEDIUM_BLUE** = ``Color(0, 0, 0.803922, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MEDIUM_ORCHID: .. rst-class:: classref-constant **MEDIUM_ORCHID** = ``Color(0.729412, 0.333333, 0.827451, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MEDIUM_PURPLE: .. rst-class:: classref-constant **MEDIUM_PURPLE** = ``Color(0.576471, 0.439216, 0.858824, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MEDIUM_SEA_GREEN: .. rst-class:: classref-constant **MEDIUM_SEA_GREEN** = ``Color(0.235294, 0.701961, 0.443137, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MEDIUM_SLATE_BLUE: .. rst-class:: classref-constant **MEDIUM_SLATE_BLUE** = ``Color(0.482353, 0.407843, 0.933333, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MEDIUM_SPRING_GREEN: .. rst-class:: classref-constant **MEDIUM_SPRING_GREEN** = ``Color(0, 0.980392, 0.603922, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MEDIUM_TURQUOISE: .. rst-class:: classref-constant **MEDIUM_TURQUOISE** = ``Color(0.282353, 0.819608, 0.8, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MEDIUM_VIOLET_RED: .. rst-class:: classref-constant **MEDIUM_VIOLET_RED** = ``Color(0.780392, 0.0823529, 0.521569, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MIDNIGHT_BLUE: .. rst-class:: classref-constant **MIDNIGHT_BLUE** = ``Color(0.0980392, 0.0980392, 0.439216, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MINT_CREAM: .. rst-class:: classref-constant **MINT_CREAM** = ``Color(0.960784, 1, 0.980392, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MISTY_ROSE: .. rst-class:: classref-constant **MISTY_ROSE** = ``Color(1, 0.894118, 0.882353, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_MOCCASIN: .. rst-class:: classref-constant **MOCCASIN** = ``Color(1, 0.894118, 0.709804, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_NAVAJO_WHITE: .. rst-class:: classref-constant **NAVAJO_WHITE** = ``Color(1, 0.870588, 0.678431, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_NAVY_BLUE: .. rst-class:: classref-constant **NAVY_BLUE** = ``Color(0, 0, 0.501961, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_OLD_LACE: .. rst-class:: classref-constant **OLD_LACE** = ``Color(0.992157, 0.960784, 0.901961, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_OLIVE: .. rst-class:: classref-constant **OLIVE** = ``Color(0.501961, 0.501961, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_OLIVE_DRAB: .. rst-class:: classref-constant **OLIVE_DRAB** = ``Color(0.419608, 0.556863, 0.137255, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_ORANGE: .. rst-class:: classref-constant **ORANGE** = ``Color(1, 0.647059, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_ORANGE_RED: .. rst-class:: classref-constant **ORANGE_RED** = ``Color(1, 0.270588, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_ORCHID: .. rst-class:: classref-constant **ORCHID** = ``Color(0.854902, 0.439216, 0.839216, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_PALE_GOLDENROD: .. rst-class:: classref-constant **PALE_GOLDENROD** = ``Color(0.933333, 0.909804, 0.666667, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_PALE_GREEN: .. rst-class:: classref-constant **PALE_GREEN** = ``Color(0.596078, 0.984314, 0.596078, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_PALE_TURQUOISE: .. rst-class:: classref-constant **PALE_TURQUOISE** = ``Color(0.686275, 0.933333, 0.933333, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_PALE_VIOLET_RED: .. rst-class:: classref-constant **PALE_VIOLET_RED** = ``Color(0.858824, 0.439216, 0.576471, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_PAPAYA_WHIP: .. rst-class:: classref-constant **PAPAYA_WHIP** = ``Color(1, 0.937255, 0.835294, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_PEACH_PUFF: .. rst-class:: classref-constant **PEACH_PUFF** = ``Color(1, 0.854902, 0.72549, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_PERU: .. rst-class:: classref-constant **PERU** = ``Color(0.803922, 0.521569, 0.247059, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_PINK: .. rst-class:: classref-constant **PINK** = ``Color(1, 0.752941, 0.796078, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_PLUM: .. rst-class:: classref-constant **PLUM** = ``Color(0.866667, 0.627451, 0.866667, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_POWDER_BLUE: .. rst-class:: classref-constant **POWDER_BLUE** = ``Color(0.690196, 0.878431, 0.901961, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_PURPLE: .. rst-class:: classref-constant **PURPLE** = ``Color(0.627451, 0.12549, 0.941176, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_REBECCA_PURPLE: .. rst-class:: classref-constant **REBECCA_PURPLE** = ``Color(0.4, 0.2, 0.6, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_RED: .. rst-class:: classref-constant **RED** = ``Color(1, 0, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_ROSY_BROWN: .. rst-class:: classref-constant **ROSY_BROWN** = ``Color(0.737255, 0.560784, 0.560784, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_ROYAL_BLUE: .. rst-class:: classref-constant **ROYAL_BLUE** = ``Color(0.254902, 0.411765, 0.882353, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_SADDLE_BROWN: .. rst-class:: classref-constant **SADDLE_BROWN** = ``Color(0.545098, 0.270588, 0.0745098, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_SALMON: .. rst-class:: classref-constant **SALMON** = ``Color(0.980392, 0.501961, 0.447059, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_SANDY_BROWN: .. rst-class:: classref-constant **SANDY_BROWN** = ``Color(0.956863, 0.643137, 0.376471, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_SEA_GREEN: .. rst-class:: classref-constant **SEA_GREEN** = ``Color(0.180392, 0.545098, 0.341176, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_SEASHELL: .. rst-class:: classref-constant **SEASHELL** = ``Color(1, 0.960784, 0.933333, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_SIENNA: .. rst-class:: classref-constant **SIENNA** = ``Color(0.627451, 0.321569, 0.176471, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_SILVER: .. rst-class:: classref-constant **SILVER** = ``Color(0.752941, 0.752941, 0.752941, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_SKY_BLUE: .. rst-class:: classref-constant **SKY_BLUE** = ``Color(0.529412, 0.807843, 0.921569, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_SLATE_BLUE: .. rst-class:: classref-constant **SLATE_BLUE** = ``Color(0.415686, 0.352941, 0.803922, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_SLATE_GRAY: .. rst-class:: classref-constant **SLATE_GRAY** = ``Color(0.439216, 0.501961, 0.564706, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_SNOW: .. rst-class:: classref-constant **SNOW** = ``Color(1, 0.980392, 0.980392, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_SPRING_GREEN: .. rst-class:: classref-constant **SPRING_GREEN** = ``Color(0, 1, 0.498039, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_STEEL_BLUE: .. rst-class:: classref-constant **STEEL_BLUE** = ``Color(0.27451, 0.509804, 0.705882, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_TAN: .. rst-class:: classref-constant **TAN** = ``Color(0.823529, 0.705882, 0.54902, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_TEAL: .. rst-class:: classref-constant **TEAL** = ``Color(0, 0.501961, 0.501961, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_THISTLE: .. rst-class:: classref-constant **THISTLE** = ``Color(0.847059, 0.74902, 0.847059, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_TOMATO: .. rst-class:: classref-constant **TOMATO** = ``Color(1, 0.388235, 0.278431, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_TRANSPARENT: .. rst-class:: classref-constant **TRANSPARENT** = ``Color(1, 1, 1, 0)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_TURQUOISE: .. rst-class:: classref-constant **TURQUOISE** = ``Color(0.25098, 0.878431, 0.815686, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_VIOLET: .. rst-class:: classref-constant **VIOLET** = ``Color(0.933333, 0.509804, 0.933333, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_WEB_GRAY: .. rst-class:: classref-constant **WEB_GRAY** = ``Color(0.501961, 0.501961, 0.501961, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_WEB_GREEN: .. rst-class:: classref-constant **WEB_GREEN** = ``Color(0, 0.501961, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_WEB_MAROON: .. rst-class:: classref-constant **WEB_MAROON** = ``Color(0.501961, 0, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_WEB_PURPLE: .. rst-class:: classref-constant **WEB_PURPLE** = ``Color(0.501961, 0, 0.501961, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_WHEAT: .. rst-class:: classref-constant **WHEAT** = ``Color(0.960784, 0.870588, 0.701961, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_WHITE: .. rst-class:: classref-constant **WHITE** = ``Color(1, 1, 1, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_WHITE_SMOKE: .. rst-class:: classref-constant **WHITE_SMOKE** = ``Color(0.960784, 0.960784, 0.960784, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_YELLOW: .. rst-class:: classref-constant **YELLOW** = ``Color(1, 1, 0, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Color_constant_YELLOW_GREEN: .. rst-class:: classref-constant **YELLOW_GREEN** = ``Color(0.603922, 0.803922, 0.196078, 1)`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_Color_property_a: .. rst-class:: classref-property :ref:`float` **a** = ``1.0`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_property_a8: .. rst-class:: classref-property :ref:`int` **a8** = ``255`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_property_b: .. rst-class:: classref-property :ref:`float` **b** = ``0.0`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_property_b8: .. rst-class:: classref-property :ref:`int` **b8** = ``0`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_property_g: .. rst-class:: classref-property :ref:`float` **g** = ``0.0`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_property_g8: .. rst-class:: classref-property :ref:`int` **g8** = ``0`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_property_h: .. rst-class:: classref-property :ref:`float` **h** = ``0.0`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_property_r: .. rst-class:: classref-property :ref:`float` **r** = ``0.0`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_property_r8: .. rst-class:: classref-property :ref:`int` **r8** = ``0`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_property_s: .. rst-class:: classref-property :ref:`float` **s** = ``0.0`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_property_v: .. rst-class:: classref-property :ref:`float` **v** = ``0.0`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constructor Descriptions ------------------------ .. _class_Color_constructor_Color: .. rst-class:: classref-constructor :ref:`Color` **Color** **(** **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`Color` **Color** **(** :ref:`Color` from, :ref:`float` alpha **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`Color` **Color** **(** :ref:`Color` from **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`Color` **Color** **(** :ref:`String` code **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`Color` **Color** **(** :ref:`String` code, :ref:`float` alpha **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`Color` **Color** **(** :ref:`float` r, :ref:`float` g, :ref:`float` b **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`Color` **Color** **(** :ref:`float` r, :ref:`float` g, :ref:`float` b, :ref:`float` a **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_Color_method_blend: .. rst-class:: classref-method :ref:`Color` **blend** **(** :ref:`Color` over **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_clamp: .. rst-class:: classref-method :ref:`Color` **clamp** **(** :ref:`Color` min=Color(0, 0, 0, 0), :ref:`Color` max=Color(1, 1, 1, 1) **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_darkened: .. rst-class:: classref-method :ref:`Color` **darkened** **(** :ref:`float` amount **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_from_hsv: .. rst-class:: classref-method :ref:`Color` **from_hsv** **(** :ref:`float` h, :ref:`float` s, :ref:`float` v, :ref:`float` alpha=1.0 **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_from_ok_hsl: .. rst-class:: classref-method :ref:`Color` **from_ok_hsl** **(** :ref:`float` h, :ref:`float` s, :ref:`float` l, :ref:`float` alpha=1.0 **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_from_rgbe9995: .. rst-class:: classref-method :ref:`Color` **from_rgbe9995** **(** :ref:`int` rgbe **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_from_string: .. rst-class:: classref-method :ref:`Color` **from_string** **(** :ref:`String` str, :ref:`Color` default **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_get_luminance: .. rst-class:: classref-method :ref:`float` **get_luminance** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_hex: .. rst-class:: classref-method :ref:`Color` **hex** **(** :ref:`int` hex **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_hex64: .. rst-class:: classref-method :ref:`Color` **hex64** **(** :ref:`int` hex **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_html: .. rst-class:: classref-method :ref:`Color` **html** **(** :ref:`String` rgba **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_html_is_valid: .. rst-class:: classref-method :ref:`bool` **html_is_valid** **(** :ref:`String` color **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_inverted: .. rst-class:: classref-method :ref:`Color` **inverted** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_is_equal_approx: .. rst-class:: classref-method :ref:`bool` **is_equal_approx** **(** :ref:`Color` to **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_lerp: .. rst-class:: classref-method :ref:`Color` **lerp** **(** :ref:`Color` to, :ref:`float` weight **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_lightened: .. rst-class:: classref-method :ref:`Color` **lightened** **(** :ref:`float` amount **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_linear_to_srgb: .. rst-class:: classref-method :ref:`Color` **linear_to_srgb** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_srgb_to_linear: .. rst-class:: classref-method :ref:`Color` **srgb_to_linear** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_to_abgr32: .. rst-class:: classref-method :ref:`int` **to_abgr32** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_to_abgr64: .. rst-class:: classref-method :ref:`int` **to_abgr64** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_to_argb32: .. rst-class:: classref-method :ref:`int` **to_argb32** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_to_argb64: .. rst-class:: classref-method :ref:`int` **to_argb64** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_to_html: .. rst-class:: classref-method :ref:`String` **to_html** **(** :ref:`bool` with_alpha=true **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_to_rgba32: .. rst-class:: classref-method :ref:`int` **to_rgba32** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_method_to_rgba64: .. rst-class:: classref-method :ref:`int` **to_rgba64** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Operator Descriptions --------------------- .. _class_Color_operator_neq_Color: .. rst-class:: classref-operator :ref:`bool` **operator !=** **(** :ref:`Color` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_operator_mul_Color: .. rst-class:: classref-operator :ref:`Color` **operator *** **(** :ref:`Color` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_operator_mul_float: .. rst-class:: classref-operator :ref:`Color` **operator *** **(** :ref:`float` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_operator_mul_int: .. rst-class:: classref-operator :ref:`Color` **operator *** **(** :ref:`int` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_operator_sum_Color: .. rst-class:: classref-operator :ref:`Color` **operator +** **(** :ref:`Color` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_operator_dif_Color: .. rst-class:: classref-operator :ref:`Color` **operator -** **(** :ref:`Color` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_operator_div_Color: .. rst-class:: classref-operator :ref:`Color` **operator /** **(** :ref:`Color` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_operator_div_float: .. rst-class:: classref-operator :ref:`Color` **operator /** **(** :ref:`float` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_operator_div_int: .. rst-class:: classref-operator :ref:`Color` **operator /** **(** :ref:`int` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_operator_eq_Color: .. rst-class:: classref-operator :ref:`bool` **operator ==** **(** :ref:`Color` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_operator_idx_int: .. rst-class:: classref-operator :ref:`float` **operator []** **(** :ref:`int` index **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_operator_unplus: .. rst-class:: classref-operator :ref:`Color` **operator unary+** **(** **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Color_operator_unminus: .. rst-class:: classref-operator :ref:`Color` **operator unary-** **(** **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`