BrushSettings

open class BrushSettings

Constructors

BrushSettings
Link copied to clipboard
fun BrushSettings()

Types

Companion
Link copied to clipboard
object Companion
Event
Link copied to clipboard
object Event

Functions

createLayer
Link copied to clipboard
open fun createLayer(): <ERROR CLASS>
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getLayerToolId
Link copied to clipboard
open fun getLayerToolId(): String
getScaleDownFactor
Link copied to clipboard
open fun getScaleDownFactor(): Float
hasBrushColor
Link copied to clipboard
open fun hasBrushColor(): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
hasNonDefaults
Link copied to clipboard
open fun hasNonDefaults(): Boolean
isAllowedWithLicensed
Link copied to clipboard
fun isAllowedWithLicensed(): <ERROR CLASS>
isSingleton
Link copied to clipboard
open fun isSingleton(): Boolean
layerCanvasMode
Link copied to clipboard
open fun layerCanvasMode(): Int
onBind
Link copied to clipboard
open fun onBind(stateHandler: <ERROR CLASS>)
toString
Link copied to clipboard
open override fun toString(): String

Properties

brush
Link copied to clipboard

The brush which contains information about size hardness and color.

val brush: <ERROR CLASS>
brushColor
Link copied to clipboard

The color of the brush as a @ColorInt. (Default is white)

var brushColor: Int
brushHardness
Link copied to clipboard

The hardness of the brush which changes the sharpness of the brush edges. (Default is 0.5)

var brushHardness: <ERROR CLASS>
brushSize
Link copied to clipboard

The size of the brush. (Default is 0.05)

var brushSize: <ERROR CLASS>
painting
Link copied to clipboard

The whole painting object.

var painting: <ERROR CLASS>