Brush

Created by svennahler on 30.06.16.

open class Brush

Constructors

Brush
Link copied to clipboard
open fun Brush(radius: Double, hardness: Double, color: Int)

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
equals
Link copied to clipboard
open fun equals(o: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

color
Link copied to clipboard
val color: Int
CREATOR
Link copied to clipboard
val CREATOR: Creator<Brush>
hardness
Link copied to clipboard
val hardness: Double
radius
Link copied to clipboard
val radius: Double
stepSize
Link copied to clipboard
val stepSize: Double