what-the-bank/sources/o/GcJ.java

23 lines
694 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes.dex */
public final class GcJ extends C0743NnU<C3725bEs> {
public GcJ(C3725bEs c3725bEs) {
super(c3725bEs);
}
@Override // o.C0743NnU
public final String d(int i) {
if (i == 1) {
return a(1, "2.5 with fixed EGA palette information", null, "2.8 with modifiable EGA palette information", "2.8 without palette information (default palette)", "PC Paintbrush for Windows", "3.0 or better");
}
if (i == 10) {
return d(10, 3, "24-bit color", "16 colors");
}
if (i != 12) {
return super.d(i);
}
return d(12, 1, "Color or B&W", "Grayscale");
}
}