ColorFillSource

Created by svennahler on 30.01.17.

open class ColorFillSource

Constructors

ColorFillSource
Link copied to clipboard
open fun ColorFillSource(background: ImageSource, colorFill: ImageSource)

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
getColoredBitmap
Link copied to clipboard
open fun getColoredBitmap(color: Int): Bitmap
recycle
Link copied to clipboard
open fun recycle()
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Creator<ColorFillSource>