Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Created March 11, 2009 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jashkenas/77236 to your computer and use it in GitHub Desktop.
Save jashkenas/77236 to your computer and use it in GitHub Desktop.
public void fill(int rgb) {
public void fill(int rgb, float alpha) {
public void fill(float gray) {
public void fill(float gray, float alpha) {
public void fill(float x, float y, float z) {
public void fill(float x, float y, float z, float a) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment