LayoutElementBuilders.ColorFilter.Builder

Added in 1.0.0
Deprecated in 1.2.0

public final class LayoutElementBuilders.ColorFilter.Builder


Builder for ColorFilter

Summary

Public constructors

Public methods

@NonNull LayoutElementBuilders.ColorFilter

Builds an instance from accumulated values.

@NonNull LayoutElementBuilders.ColorFilter.Builder

Sets the tint color to use.

Public constructors

Builder

Added in 1.0.0
Deprecated in 1.2.0
public Builder()

Public methods

build

Added in 1.0.0
Deprecated in 1.2.0
public @NonNull LayoutElementBuilders.ColorFilter build()

Builds an instance from accumulated values.

setTint

Added in 1.0.0
Deprecated in 1.2.0
public @NonNull LayoutElementBuilders.ColorFilter.Builder setTint(@NonNull ColorBuilders.ColorProp tint)

Sets the tint color to use. If specified, the image will be tinted, using SRC_IN blending (that is, all color information will be stripped from the target image, and only the alpha channel will be blended with the requested color).

Note that only Android image resources can be tinted; Inline images will not be tinted, and this property will have no effect.