package androidx.core.graphics; import android.graphics.Paint; import d0.z.d.m; /* compiled from: Paint.kt */ public final class PaintKt { public static final boolean setBlendMode(Paint paint, BlendModeCompat blendModeCompat) { m.checkParameterIsNotNull(paint, "$this$setBlendMode"); return PaintCompat.setBlendMode(paint, blendModeCompat); } }