Added in API level 1

MaskFilter

open class MaskFilter
kotlin.Any
   ↳ android.graphics.MaskFilter

MaskFilter is the base class for object that perform transformations on an alpha-channel mask before drawing it. A subclass of MaskFilter may be installed into a Paint. Blur and emboss are implemented as subclasses of MaskFilter.

Summary

Public constructors

Protected methods
open Unit

Public constructors

MaskFilter

MaskFilter()

Protected methods

finalize

Added in API level 1
protected open fun finalize(): Unit
Exceptions
java.lang.Throwable the Exception raised by this method