package q0;

/* JADX INFO: renamed from: q0.t, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2828t {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final float f23576a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final float f23577b;

    public C2828t(float f6, float f7) {
        this.f23576a = f6;
        this.f23577b = f7;
    }

    public final float[] a() {
        float f6 = this.f23576a;
        float f7 = this.f23577b;
        return new float[]{f6 / f7, 1.0f, ((1.0f - f6) - f7) / f7};
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2828t)) {
            return false;
        }
        C2828t c2828t = (C2828t) obj;
        return Float.compare(this.f23576a, c2828t.f23576a) == 0 && Float.compare(this.f23577b, c2828t.f23577b) == 0;
    }

    public final int hashCode() {
        return Float.hashCode(this.f23577b) + (Float.hashCode(this.f23576a) * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("WhitePoint(x=");
        sb.append(this.f23576a);
        sb.append(", y=");
        return com.google.android.recaptcha.internal.a.l(sb, this.f23577b, ')');
    }
}
