◐ Shell
reader mode source ↗
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
18 changes: 9 additions & 9 deletions core/src/processing/awt/PGraphicsJava2D.java
Original file line number Diff line number Diff line change
Expand Up @@ -2460,9 +2460,9 @@ protected void strokeImpl() {


@Override
protected void strokeFromCalc() {
super.strokeFromCalc();
strokeColorObject = new Color(strokeColor, true);
strokeGradient = false;
}

Expand All @@ -2476,10 +2476,10 @@ protected void strokeFromCalc() {


@Override
protected void tintFromCalc() {
super.tintFromCalc();
// TODO actually implement tinted images
tintColorObject = new Color(tintColor, true);
}


Expand All @@ -2492,9 +2492,9 @@ protected void tintFromCalc() {


@Override
protected void fillFromCalc() {
super.fillFromCalc();
fillColorObject = new Color(fillColor, true);
fillGradient = false;
}

Expand Down
Loading
Toggle all file notes Toggle all file annotations