Module ida_kernwin :: Class Form :: Class ColorInput
[frames] | no frames]

Class ColorInput

      object --+            
               |            
    Form.Control --+        
                   |        
   Form.InputControl --+    
                       |    
          object --+   |    
                   |   |    
Form.NumericArgument --+    
                       |    
       Form.NumericInput --+
                           |
                          Form.ColorInput

Color button input control

Instance Methods
 
__init__(self, value=0)
x.__init__(...) initializes x; see help(type(x)) for signature

Inherited from InputControl: get_tag, is_input_field

Inherited from Control: free, get_arg

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from NumericArgument: DefI64

Properties

Inherited from NumericArgument: value

Inherited from object: __class__

Method Details

__init__(self, value=0)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • value - Initial color value in RGB
Overrides: object.__init__