blob: c10c574584c800ae227f1edb83711b84f51ed605 [file] [log] [blame]
// Signature format: 4.0
package androidx.ink.brush {
public final class Brush {
ctor public Brush(long color, float size);
method public long getColor();
method public float getSize();
property public final long color;
property public final float size;
}
}