Questions tagged [tint]

223 questions
0
votes
2 answers

Apple watch : Change status bar tint color programmatically

How can I change the global tint / tint color of status bar for a particular WKInterfaceController programmatically ?
Abhishek Bedi
  • 5,205
  • 2
  • 36
  • 62
0
votes
1 answer

iOS - UIImage tinting highlight always grey

I have this button where the background colour is white and the image tint is colour x. When selected, I want the colour to swap - bg is x (which I can do easily) but the image tint always is grey (or a darker version of the colour I set). How can I…
Dylanthepiguy
  • 1,621
  • 18
  • 47
0
votes
1 answer

How do I deselect a tabBarItem pre segue

I have implemented a tabBar with two tabBarItems. Once presssed the app segues to the new VC, however when I go back to the main VC the tabBarItem is still highlighted as if it has just been pressed. How do I stop this from happening?
Dan
  • 2,304
  • 6
  • 42
  • 69
0
votes
6 answers

CSS color background over image

EDIT: Extremely important thing I forgot to mention, I can't edit the base html, only the css. This is for a reddit stylesheet. I want to have a semi-transparent color background over an image background as a tint. Here's what I've tried: This just…
Spekular
  • 99
  • 2
  • 11
0
votes
0 answers

How to tint a picture using Jython?

In my class, we're using Jython (via JES) to do simple picture manipulations. One of the questions requires us to write a function that takes a picture and a color as its input. It tints the picture by taking the RGB values of the picture and…
RMP
  • 3
  • 2
0
votes
1 answer

All UITabBarItem icons are tinted when app starts

I have a UITabBarController with 3 items, and when the app starts, all the items' icon appear tinted, instead of having one tinted and the other two greyed out: After I navigate through the tabs, they start to behave correctly. Why is this…
Guilherme
  • 7,839
  • 9
  • 56
  • 99
0
votes
1 answer

Changing UITabBar tint color after splash screen

I tried to read all the topics about uitabbar tint color but I couldn't find one that helped me. I've no problem to change the tabbar tint color, but after launching the splash screen the tabbar color is for few instants white than it changes to the…
Fabrizio
  • 514
  • 7
  • 18
0
votes
1 answer

Can't change the tint of segmented control

I have some problem with segmented control. I can't change the tint color, what ever color I set for the tint, segmented control is always gray as you can see on the picture. Below is the code I'm using, changing the color of the button works.…
aleksandar
  • 27
  • 1
  • 7
0
votes
1 answer

AS2 TweenLite : using TintPlugin

I have a problem with the TweenLite Tint Plugin in AS2. Is there a way to decrease the alpha color ? For instance : TweenLite.to ( mc, 1, { tint : 0x586AB4, blurFilter : { blurX : BLUR_FILTER, blurY : BLUR_FILTER }, dropShadowFilter : { blurX :…
Boun
  • 413
  • 4
  • 17
0
votes
1 answer

making image go to zero oppacity after certain conditions are met

I am using the program processing and stumbled upon a difficulty. When trying to make an image tint to make it transparent after a certain amount of time, it won't do this, what I have so far : import ddf.minim.*; Minim minim; AudioInput…
0
votes
0 answers

Use user's Background Image as "theme"

With iOs 7 Apple has introcuced lot of new thing, lots about trasparency and similar. In "unlock screen" I saw this: Practically, this app uses user's springboard's Background as a "theme" for app influencing background, interactive and static…
Matte.Car
  • 2,007
  • 4
  • 23
  • 41
0
votes
2 answers

tinting a MC with tweener

I would like to tint a movieclip with the tweener class. This is how I tint the mc without the tween: var c:Color=new Color(); c.setTint(0xff0000, 0.8); clouds.transform.colorTransform=c; it works but I would like to give it a smooth transition…
user191766
0
votes
1 answer

How to change the color of a png?

I am trying to change the color of a simple png. The png holds just a simple shape with transparency. At the moment I am changing the color via canvas context: var imageData = context.getImageData(0, 0, context.canvas.width,…
Rafael Dery
  • 134
  • 2
  • 9
0
votes
1 answer

'tinting' your screen for dramatic effect

What I'm thinking of doing in one of my projects is whenever the user gets a wrong answer I want to tint the screen red for a quick second (kind of like getting hurt in most video games) but then dissipate. I was thinking of creating a transparent…
cj1098
  • 1,560
  • 6
  • 32
  • 60
0
votes
1 answer

Tint Color of Appstore TopBar

I like to use the same tint color that apple uses for its iOS6 Appstore top bar. But I can't manage to find out the right color. I tried a lot of colors but none of them was right. Does anybody have a clue.
arnoapp
  • 2,416
  • 4
  • 38
  • 70
1 2 3
14
15