fin de mon sprint
This commit is contained in:
@@ -6,8 +6,10 @@ public class Pixel{
|
||||
private int b;
|
||||
|
||||
//à completer
|
||||
public Pixel(){
|
||||
|
||||
public Pixel(int red, int green, int blue){
|
||||
this.r=red;
|
||||
this.g=green;
|
||||
this.b=blue;
|
||||
}
|
||||
|
||||
public int getB() {
|
||||
|
||||
Reference in New Issue
Block a user