Method | Description | |
---|---|---|
ColorChip ( Color color, string name ) : void | ||
HR ( ) : void | ||
RGBCircle ( Color c, string label, float w_, float h_ ) : Color | ||
RGBSlider ( Color c, string label ) : Color |
public static ColorChip ( Color color, string name ) : void | ||
color | Color | |
name | string | |
return | void |
public static RGBCircle ( Color c, string label, float w_, float h_ ) : Color | ||
c | Color | |
label | string | |
w_ | float | |
h_ | float | |
return | Color |
public static RGBSlider ( Color c, string label ) : Color | ||
c | Color | |
label | string | |
return | Color |