Package | Description |
---|---|
rope.gui | |
rope.gui.button | |
rope.gui.palette | |
rope.gui.slider |
Modifier and Type | Class and Description |
---|---|
class |
R_Board |
class |
R_Dropdown |
Modifier and Type | Method and Description |
---|---|
Crope |
Crope.opengl(boolean is)
Use this option when you create a faster color slider, very usefull with big GUI or with gradient one.
|
Crope |
Crope.pos(float x,
float y) |
Crope |
Crope.pos(vec2 pos) |
Crope |
Crope.set_align_label_name(int align) |
Crope |
Crope.set_align_label_value(int align) |
Crope |
Crope.set_aspect(int fill_colour,
int stroke_colour,
float thickness) |
Crope |
Crope.set_aspect(int fill_colour_in,
int fill_colour_out,
int stroke_colour_in,
int stroke_colour_out,
float thickness) |
Crope |
Crope.set_bri(float bri) |
Crope |
Crope.set_fill_label(int colour)
LABEL
|
Crope |
Crope.set_fill_label(int colour_in,
int colour_out) |
Crope |
Crope.set_fill(int colour)
set fill color of your gui
|
Crope |
Crope.set_fill(int colour_in,
int colour_out)
set fill color of your gui
|
Crope |
Crope.set_font_size(int font_size) |
Crope |
Crope.set_font(processing.core.PFont font)
font
|
Crope |
Crope.set_font(java.lang.String font_name,
int size) |
Crope |
Crope.set_hue(float hue) |
Crope |
Crope.set_id_midi(int id_midi) |
Crope |
Crope.set_id(int id) |
Crope |
Crope.set_label(java.lang.String label) |
Crope |
Crope.set_label(java.lang.String label,
float x,
float y) |
Crope |
Crope.set_label(java.lang.String label,
vec2 pos_label) |
Crope |
Crope.set_mode(int mode)
You can select different palette mode, with Processing classic renderer only mode 0 is available.
|
Crope |
Crope.set_name(java.lang.String name) |
Crope |
Crope.set_pos_label(float x,
float y) |
Crope |
Crope.set_pos_label(vec2 pos) |
Crope |
Crope.set_pos_value(float x,
float y) |
Crope |
Crope.set_pos_value(vec2 pos)
VALUE
|
Crope |
Crope.set_rank(int rank) |
Crope |
Crope.set_rollover_type(int rollover_type) |
Crope |
Crope.set_root(float root)
this function is used when you want create a gui color to set it at the specific start, to use with a color wheel
|
Crope |
Crope.set_rounded(float rounded)
ASPECT
|
Crope |
Crope.set_sat(float sat) |
Crope |
Crope.set_stroke(int colour)
set stroke color of your gui
|
Crope |
Crope.set_stroke(int colour_in,
int colour_out)
set stroke color in and out of your gui
|
Crope |
Crope.set_thickness(float thickness)
set_thickness() is like strokeWeight
|
Crope |
Crope.size(float size) |
Crope |
Crope.size(float w,
float h) |
Crope |
Crope.size(vec2 size) |
Modifier and Type | Class and Description |
---|---|
class |
R_Button |
class |
R_Knob |
Modifier and Type | Class and Description |
---|---|
class |
R_Palette |
class |
R_Palette_Selector |
Modifier and Type | Class and Description |
---|---|
class |
R_Sladj |
class |
R_Slider |
class |
R_Slotch |