Paint Paint = new Paint();
Paint.setColor(Color.argb(50, 128, 24, 24));
Paint.setStyle(Style.FILL);
Paint.setAntiAlias(true);
50 is the alpha parameter based on which transperency parameter will vary
Paint.setColor(Color.argb(50, 128, 24, 24));
Paint.setStyle(Style.FILL);
Paint.setAntiAlias(true);
50 is the alpha parameter based on which transperency parameter will vary
No comments:
Post a Comment