编程语言
首页 > 编程语言> > 从源码分析DEARGUI之add_color_edit3和4

从源码分析DEARGUI之add_color_edit3和4

作者:互联网

def add_color_edit3(*args, **kwargs): # real signature unknown
    """
    Adds an rgb color editing widget. Click and draging the color square will copy the color to be applied on any other color widget.
    
    Return Type: None
    
    
    Parameters
    __________
    
    * name : str
    	
    
    * Keyword Only Arguments
    ____________________
    	
    
    * default_value : List[int]
    	
    
    * callback : str
    	Registers a callback
    
    * tip : str
    	Adds a simple tooltip
    
    * parent : str
    	Parent to add this item to.

               

标签:widget,Adds,color,DEARGUI,callback,add,源码,str
来源: https://blog.51cto.com/u_15177056/2725536