Added in API level 1
Xfermode
open class Xfermode
kotlin.Any | |
↳ | android.graphics.Xfermode |
Xfermode is the base class for objects that are called to implement custom "transfer-modes" in the drawing pipeline. The static function Create(Modes) can be called to return an instance of any of the predefined subclasses as specified in the Modes enum. When an Xfermode is assigned to a Paint, then objects drawn with that paint have the xfermode applied.
Summary
Public constructors | |
---|---|
Xfermode() |
Public constructors
Xfermode
Xfermode()