update
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
public class Gris extends Color{
|
||||
import java.awt.Color;
|
||||
|
||||
public class Gris extends Color {
|
||||
|
||||
private int rgb1;
|
||||
private int rgb2;
|
||||
private int rgb3;
|
||||
|
||||
public Gris(int x,int y,int z) {
|
||||
x = 128;
|
||||
y = x = z;
|
||||
this.rgb1 = x;
|
||||
this.rgb2 = y;
|
||||
this.rgb3 = z;
|
||||
|
||||
return x,y,z;
|
||||
}
|
||||
|
||||
public int verifyRGB(int val1, int val2, int val3) {
|
||||
|
||||
}
|
||||
l bslslvns
|
||||
public static void main(String[] args) {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user