UiConfigBrush

Photo Editor Configuration file.

class UiConfigBrush constructor(parcel: <ERROR CLASS>?)

Constructors

UiConfigBrush
Link copied to clipboard
fun UiConfigBrush(parcel: <ERROR CLASS>?)

Types

Companion
Link copied to clipboard
object Companion

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getDefaultBrushColor
Link copied to clipboard
fun getDefaultBrushColor(): Int
hasChanges
Link copied to clipboard
open fun hasChanges(): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
setBrushColorList
Link copied to clipboard
fun setBrushColorList(brushColorList: <ERROR CLASS><<ERROR CLASS>>): UiConfigBrush
fun setBrushColorList(vararg brushColorList: Array<Out <ERROR CLASS>>): UiConfigBrush
setDefaultBrushColor
Link copied to clipboard
fun setDefaultBrushColor(defaultColor: Int): UiConfigBrush
toString
Link copied to clipboard
open override fun toString(): String

Properties

brushColorList
Link copied to clipboard
val brushColorList: ArrayList<<ERROR CLASS>>
maximumHardness
Link copied to clipboard

The maximum hardness factor a brush can have.

var maximumHardness: Float
maximumSize
Link copied to clipboard

The maximum size that a brush can have. This value is measured in relation to the smaller side of the image that the user is editing.

var maximumSize: Float
minimumHardness
Link copied to clipboard

The minimum hardness factor a brush can have.

var minimumHardness: Float
minimumSize
Link copied to clipboard

The minimum size that a brush can have. This value is measured in relation to the smaller side of the image that the user is editing. If the value is null the minimum brush size is set to the absolute size of a single pixel of the edited image. 0 will mean, 1 Pixel at the minimum.

var minimumSize: Float
optionList
Link copied to clipboard
val optionList: <ERROR CLASS>
quickOptionList
Link copied to clipboard
val quickOptionList: <ERROR CLASS>