public static class DwFoldingTile.TileStyle extends Object
Modifier and Type | Field and Description |
---|---|
int |
stroke_b |
int |
stroke_g |
int |
stroke_r |
float |
stroke_w |
processing.core.PImage |
texture |
boolean |
use_fold_shading |
Constructor and Description |
---|
TileStyle() |
Modifier and Type | Method and Description |
---|---|
void |
createShading(float shade) |
void |
setFillColors(float[]... colors) |
void |
setStrokeColor(float r,
float g,
float b) |
void |
setStrokeColor(int r,
int g,
int b) |
void |
setStrokeWeight(float stroke_weight) |
void |
setTexture(processing.core.PImage texture) |
public processing.core.PImage texture
public int stroke_r
public int stroke_g
public int stroke_b
public float stroke_w
public boolean use_fold_shading
public void createShading(float shade)
public void setTexture(processing.core.PImage texture)
public void setFillColors(float[]... colors)
public void setStrokeColor(int r, int g, int b)
public void setStrokeColor(float r, float g, float b)
public void setStrokeWeight(float stroke_weight)
Processing library PixelFlow by Thomas Diewald. (c) 2017