Skip to content

Commit 6d490f6

Browse files
committed
integrating old bagel code back into the fold, and refactoring PGraphics classes
1 parent 38362ef commit 6d490f6

9 files changed

Lines changed: 2097 additions & 218 deletions

File tree

core/.settings/org.eclipse.jdt.core.prefs

Lines changed: 248 additions & 7 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Tue Jul 18 14:22:13 EDT 2006
2+
eclipse.preferences.version=1
3+
formatter_settings_version=8
4+
org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates/>

core/src/processing/core/PConstants.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,14 @@ public interface PConstants {
326326
static final int MY = 10;
327327
static final int MZ = 11;
328328

329-
static final int SR = 12; // stroke colors
329+
/** stroke argb values */
330+
static final int SR = 12;
330331
static final int SG = 13;
331332
static final int SB = 14;
332333
static final int SA = 15;
333334

334-
static final int SW = 16; // stroke weight
335+
/** stroke weight */
336+
static final int SW = 16;
335337

336338
// not used in rendering
337339
// only used for calculating colors

0 commit comments

Comments
 (0)