36 lines
801 B
Java
36 lines
801 B
Java
|
package o;
|
||
|
|
||
|
import java.util.HashMap;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class rog extends BrP {
|
||
|
private static final HashMap<Integer, String> b;
|
||
|
|
||
|
static {
|
||
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
||
|
b = hashMap;
|
||
|
hashMap.put(1, "White Point X");
|
||
|
hashMap.put(2, "White Point Y");
|
||
|
hashMap.put(3, "Red X");
|
||
|
hashMap.put(4, "Red Y");
|
||
|
hashMap.put(5, "Green X");
|
||
|
hashMap.put(6, "Green Y");
|
||
|
hashMap.put(7, "Blue X");
|
||
|
hashMap.put(8, "Blue Y");
|
||
|
}
|
||
|
|
||
|
public rog() {
|
||
|
a(new C0743NnU<>(this));
|
||
|
}
|
||
|
|
||
|
@Override // o.BrP
|
||
|
public final HashMap<Integer, String> c() {
|
||
|
return b;
|
||
|
}
|
||
|
|
||
|
@Override // o.BrP
|
||
|
public final String b() {
|
||
|
return "PNG Chromaticities";
|
||
|
}
|
||
|
}
|