Top "Tint" questions

How to set tint for an image view programmatically in android?

Need to set tint for an image view... I am using it the following way: imageView.setColorFilter(R.color.blue,…

android imageview tint
Darkening an image with CSS (In any shape)

So I have seen quite a few ways to darken images with CSS, including ones with rounded corners, but my …

css png tint
How do I change the tint of an ImageButton on focus/press

I have an ImageButton in my app and I need to change the tint of the image when the button …

android image selector imagebutton tint
How can I tint a background image with CSS?

I have a background image set up through CSS. html { background-image: url('../img/cello.jpg'); background-attachment: fixed; background-size: 100%; } I …

css background tint
Lollipop's backgroundTint has no effect on a Button

I have a Button in my Activity, and I'd like it to have my theme's accent color. Instead of making …

android android-layout tint
MenuItem tinting on AppCompat Toolbar

When I use drawables from the AppCompat library for my Toolbar menu items the tinting works as expected. Like this: &…

android toolbar android-appcompat tint
How would I tint an image programmatically on iOS?

I would like to tint an image with a color reference. The results should look like the Multiply blending mode …

ios cocoa-touch image-processing uiimage tint
How to tint a transparent PNG image in iPhone?

I know it's possible to tint a rectangular image by drawing a CGContextFillRect over it and setting the blend mode. …

iphone ios image uiimage tint
Android: Tint using DrawableCompat

I'm trying to tint an image prior to Android API level 21. I've successfully tinted items using: <android:tint="@color/…

android compatibility tint
jQuery: there is a way to apply colour (tint) to an image?

there is a way to colour (apply tint) an image using jQ or some plugs? thank you

jquery tint