.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2025 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.Image.RGBValue:

==========================================================================================================================================
|phoenix_title|  **wx.Image.RGBValue**
==========================================================================================================================================

A simple class which stores red, green and blue values as 8 bit  integers in the range of ``0-255``. 
          




|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div class="collabsible-wrapper">
      <input id="collapsible-inheritance" class="collapsible-checkbox" type="checkbox">
      <label for="collapsible-inheritance" tabindex="0" title="Show inheritance diagram" class="collapsible-label">Inheritance diagram for class <strong>RGBValue</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.Image.RGBValue_inheritance.svg" alt="Inheritance diagram of RGBValue" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.Image.RGBValue.html" title="A simple class which stores red, green and blue values as 8 bit  integers in the range of ``0-255``." alt="" coords="5,5,181,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.Image.RGBValue.__init__`                                              Constructor for :ref:`wx.Image.RGBValue`, an object that contains values for red, green and blue which represent the value of a color.
================================================================================ ================================================================================


|


|property_summary| Properties Summary
=====================================

================================================================================ ================================================================================
:attr:`~wx.Image.RGBValue.blue`                                                  A public C++ attribute of type ``int``.
:attr:`~wx.Image.RGBValue.green`                                                 A public C++ attribute of type ``int``.
:attr:`~wx.Image.RGBValue.red`                                                   A public C++ attribute of type ``int``.
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wx.Image.RGBValue(object)

   **Possible constructors**::

       RGBValue(r=0, g=0, b=0) -> None
       
   
   A simple class which stores red, green and blue values as 8 bit
    integers in the range of ``0-255``.



   .. method:: __init__(self, r=0, g=0, b=0)

      Constructor for :ref:`wx.Image.RGBValue`, an object that contains values for red, green and blue which represent the value of a color. 
                 

      It is used by :meth:`wx.Image.HSVtoRGB`   and :meth:`wx.Image.RGBtoHSV` , which convert between ``HSV`` color space and ``RGB`` color space. 
                 


      :param `r`: 
      :type `r`: int
      :param `g`: 
      :type `g`: int
      :param `b`: 
      :type `b`: int




      :rtype: `None`     








   .. attribute:: blue

      A public C++ attribute of type ``int``.


   .. attribute:: green

      A public C++ attribute of type ``int``.


   .. attribute:: red

      A public C++ attribute of type ``int``.

