Skip to content

Commit

Permalink
rerset white transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
sonora authored Nov 18, 2023
1 parent 5ee2579 commit 0cb8c57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class RouteColorize {
public static final int BLUE_SLOPE = rgbaToDecimal(0, 0, 255, 255);
public static final int CYAN_SLOPE = rgbaToDecimal(0, 255, 255, 255);
public static final int GREEN_SLOPE = rgbaToDecimal(46, 185, 0, 255);
public static final int WHITE = rgbaToDecimal(255, 255, 255, 0);
public static final int WHITE = rgbaToDecimal(255, 255, 255, 255);
public static final int YELLOW_SLOPE = rgbaToDecimal(255, 222, 2, 255);
public static final int RED_SLOPE = rgbaToDecimal(255, 1, 1, 255);
public static final int PURPLE_SLOPE = rgbaToDecimal(130, 1, 255, 255);
Expand Down

0 comments on commit 0cb8c57

Please sign in to comment.