public class R_Image extends BigBang
ALPHA, BLANK, BRIGHTNESS, CARTESIAN, CENTER, CHAOS, CLOSE, CORNER, CORNERS, COS, DIAMETER, DRAW, DYNAMIC, EQUATION, EULER, FIT, FLUID, G, GOLD_ANGLE, GOLD_NUMBER, GRAVITY, HUE, MAGNETIC, MAX_FLOAT, MAX_INT, MIN_FLOAT, MIN_INT, MIX, NONE, NOTHING, NULL, OPEN, ORDER, PERLIN, PHI, PI, PIXEL, POLAR, RADIUS, RAND, ROOT2, SATURATION, SCALE, SIN, STAR, STATIC, TAN, TAU, TRIG_0, TRIG_1, TRIG_2, TRIG_3, TRIG_4, TWO_PI
ABRICOT, ACAJOU, AMARANTE, AMBRE, ARGENT, AUBERGINE, AZUR, BIS, BISTRE, BLACK, BLANC, BLEU, BLOND, BLOOD, BLUE, BOUTEILLE, BRIQUE, BRONZE, BROWN, CAERULEUM, CAFE, CANARD, CANELLE, CAPUCINE, CARMIN, CARMINE, CAROTTE, CELESTE, CERISE, CHAMOIS, CHARTREUSE, CHOCOLAT, CIEL, CITROUILLE, COBALT, COFFEE, COLOMBIN, CORAIL, CYAN, EVEQUE, FRANCE, FUSCHIA, GOLD, GRAY, GRAY_MEDIUM, GREEN, GRENAT, GRIS, GRIS_MOYEN, GUEULES, IMPERIAL, JAUNE, LAPIS_LAZULI, LAVANDE, LILAS, LIME, LIN, LUNE, MAGENTA, MANDARINE, MARRON, MAUVE, MIMOSA, MOON, MOUNTBATTEN, NANKIN, NAPLE, NOIR, NOISETTE, NUIT, OCRE, OCRE_JAUNE, OCRE_ROUGE, OLIVE, OR, ORANGE, OUTREMER, PAYNE, PERLE, PERROQUET, PINK, PISTACHE, POURPRE, PRUNE, PURPLE, RED, ROSE, ROUGE, SANG, SAPIN, SAUGE, SEPIA, SHAKUDOU, SILVER, SINOPLE, SMALT, SOURIS, TAUPE, TILLEUL, TURQUOISE, VERMILLON, VERT, VERT_D_EAU, VERT_DE_GRIS, VESSIE, VIOLET, WHITE, YELLOW, ZINZOLIN
Constructor and Description |
---|
R_Image(processing.core.PApplet pa) |
R_Image(processing.core.PApplet pa,
processing.core.PGraphics other) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_renderer() |
java.lang.String |
get_renderer(processing.core.PGraphics graph) |
void |
pass_graphic(processing.core.PGraphics other) |
boolean |
renderer_P3D() |
void |
set(int x,
int y,
int c,
processing.core.PGraphics other) |
void |
set(ivec2 pos,
int c) |
void |
set(ivec2 pos,
int c,
processing.core.PGraphics other) |
void |
set(vec2 pos,
int c) |
void |
set(vec2 pos,
int c,
processing.core.PGraphics other) |
random_next_gaussian, random_next_gaussian, random_next_gaussian, random_next_gaussian, version
public R_Image(processing.core.PApplet pa)
public R_Image(processing.core.PApplet pa, processing.core.PGraphics other)
public boolean renderer_P3D()
public java.lang.String get_renderer()
public java.lang.String get_renderer(processing.core.PGraphics graph)
graph
- pass the graphics context like P3D, P2D...public void pass_graphic(processing.core.PGraphics other)
other
- public void set(vec2 pos, int c, processing.core.PGraphics other)
pos
- c
- other
- public void set(ivec2 pos, int c, processing.core.PGraphics other)
pos
- c
- other
- public void set(vec2 pos, int c)
pos
- c
- public void set(ivec2 pos, int c)
pos
- c
- public void set(int x, int y, int c, processing.core.PGraphics other)
x
- y
- c
- other
-