.. 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.propgrid.ColourPropertyValue:

==========================================================================================================================================
|phoenix_title|  **wx.propgrid.ColourPropertyValue**
==========================================================================================================================================

Because text, background and other colours tend to differ between platforms, :ref:`wx.propgrid.SystemColourProperty`  must be able to select between system colour and, when necessary, to pick a custom one. 
         

:ref:`wx.propgrid.SystemColourProperty`  value makes this possible. 
          




|

|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>ColourPropertyValue</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.propgrid.ColourPropertyValue_inheritance.svg" alt="Inheritance diagram of ColourPropertyValue" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.propgrid.ColourPropertyValue.html" title="Because text, background and other colours tend to differ between platforms, wx.propgrid.SystemColourProperty  must be able to select between system colour and, when necessary, to pick a custom one." alt="" coords="5,82,269,111"/> <area shape="rect" id="node2" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="88,5,187,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


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

================================================================================ ================================================================================
:meth:`~wx.propgrid.ColourPropertyValue.__init__`                                
:meth:`~wx.propgrid.ColourPropertyValue.Init`                                    
================================================================================ ================================================================================


|


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

================================================================================ ================================================================================
:attr:`~wx.propgrid.ColourPropertyValue.m_colour`                                A public C++ attribute of type `~wx.Colour`     . Resulting colour. 
                 
:attr:`~wx.propgrid.ColourPropertyValue.m_type`                                  A public C++ attribute of type `~wx.int`     . An integer value relating to the colour, and which exact meaning depends on the property with which it is used. 
                 
================================================================================ ================================================================================


|


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


.. class:: wx.propgrid.ColourPropertyValue(Object)

   **Possible constructors**::

       ColourPropertyValue() -> None
       
       ColourPropertyValue(v) -> None
       
       ColourPropertyValue(colour) -> None
       
       ColourPropertyValue(type) -> None
       
       ColourPropertyValue(type, colour) -> None
       
   
   Because text, background and other colours tend to differ between
   platforms, SystemColourProperty must be able to select between
   system colour and, when necessary, to pick a custom one.



   .. method:: __init__(self, *args, **kw)



      |overload| **Overloaded Implementations:**

      :html:`<hr class="overloadsep" /><br />`

      
      **__init__** `(self)`
      
      
      
      :rtype: `None`     
      
      
      
      
      
      
      
      :html:`<hr class="overloadsep" /><br />`

      
      **__init__** `(self, v)`
      
      
      
      
      :param `v`: 
      :type `v`: wx.propgrid.ColourPropertyValue
      
      
      
      
      :rtype: `None`     
      
      
      
      
      
      
      
      :html:`<hr class="overloadsep" /><br />`

      
      **__init__** `(self, colour)`
      
      
      
      
      :param `colour`: 
      :type `colour`: wx.Colour
      
      
      
      
      :rtype: `None`     
      
      
      
      
      
      
      
      :html:`<hr class="overloadsep" /><br />`

      
      **__init__** `(self, type)`
      
      
      
      
      :param `type`: 
      :type `type`: wx.int
      
      
      
      
      :rtype: `None`     
      
      
      
      
      
      
      
      :html:`<hr class="overloadsep" /><br />`

      
      **__init__** `(self, type, colour)`
      
      
      
      
      :param `type`: 
      :type `type`: wx.int
      :param `colour`: 
      :type `colour`: wx.Colour
      
      
      
      
      :rtype: `None`     
      
      
      
      
      
      
      
      :html:`<hr class="overloadsep" /><br />`






   .. method:: Init(self, type, colour)




      :param `type`: 
      :type `type`: wx.int
      :param `colour`: 
      :type `colour`: wx.Colour




      :rtype: `None`     








   .. attribute:: m_colour

      A public C++ attribute of type `~wx.Colour`     . Resulting colour. 
                 


   .. attribute:: m_type

      A public C++ attribute of type `~wx.int`     . An integer value relating to the colour, and which exact meaning depends on the property with which it is used. 
                 

