Skip to content

Commit

Permalink
make 'to transparent' actually 'to lecho#66' so it's easier to see sm…
Browse files Browse the repository at this point in the history
…all values
  • Loading branch information
annie-l committed Jun 28, 2017
1 parent d212497 commit 2174232
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -224,7 +224,7 @@ private void processColumnForSubcolumns(Canvas canvas, Column column, float colu
for (SubcolumnValue columnValue : column.getValues()) {
if (columnValue.getHasGradientToTransparent()) {
columnPaint.setShader(new LinearGradient(0, 0, 0, canvas.getHeight(),
columnValue.getColor(), columnValue.getColor() & 0x00ffffff,
columnValue.getColor(), columnValue.getColor() & 0x66ffffff,
Shader.TileMode.MIRROR));
} else {
columnPaint.setShader(null);
Expand Down

0 comments on commit 2174232

Please sign in to comment.