Skip to content

//deferred-resources/com.backbase.deferredresources.drawable/DeferredColorDrawable

DeferredColorDrawable

[androidJvm] class DeferredColorDrawable(deferredColor: DeferredColor) : DeferredDrawable

Convert a DeferredColor to a DeferredDrawable by wrapping the resolved color in a ColorDrawable.

Constructors

DeferredColorDrawable [androidJvm] fun DeferredColorDrawable(deferredColor: DeferredColor)

Functions

Name Summary
resolve [androidJvm]
Content
open override fun resolve(context: Context): ColorDrawable
More info
Use context to resolve the color and create a new ColorDrawable displaying that color.