Skip to content

Commit d014370

Browse files
author
Paul Ruiz
committed
added a default constructor for colortransformation
1 parent 4330045 commit d014370

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

IconColorization/app/src/main/java/com/ptrprograms/iconcolorization/utility/ColorTransformation.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ public class ColorTransformation implements Transformation {
1515

1616
private int color = 0;
1717

18+
public ColorTransformation() {
19+
20+
}
21+
1822
public ColorTransformation( int color ) {
1923
setColor( color );
2024
}

0 commit comments

Comments
 (0)