Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

EffectFactory.EFFECT_TINT , issue with Color intensity #43

@ShankarKakumani

Description

@ShankarKakumani

I am trying to apply Tint using EffectFactory.EFFECT_TINT

below is the code I am using

        val hue = effectFactory.createEffect(EffectFactory.EFFECT_TINT)
        hue.setParameter("tint", Color.argb(255, 6, 206, 249)))

using the above code, tint is getting applied. but I tried giving alpha(0-255) values as 50, 100, 150, and 200. The intensity of the color is always the same.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions