Tagged Questions

UIColor is an iOS class which represents color and sometimes opacity (alpha value). You can use UIColor objects to store color data, and during drawing you can use them to set the current fill and stroke colors.

learn more… | top users | synonyms

12
votes
2answers
2k views

How to Get Android System Colors

I've seen references on how to SET system colours, but I need to find out how you GET them - how do you find out what they are? On the Samsung Galaxy S for example, the tab views, ListView highlights ...
12
votes
3answers
13k views

How can I create a UIColor from a hex string?

How can I create a UIColor from a hexadecimal string format, such as #00FF00?
12
votes
6answers
14k views

Extracting rgb from UIColor

Seen this asked before but my example does not seem to work. const CGFloat *toCol = CGColorGetComponents([[UIColor greenColor] CGColor]); The array is empty from looking at it with GDB. Any hints? ...
11
votes
5answers
3k views

How to convert HEX RGB color codes to UIColor?

I have an RGB hex code like #ffffff as NSString and want to convert that into an UIColor. Is there a simple way to do that?
9
votes
4answers
318 views

Get size of repeated pattern from UIColor?

I can query if a UIColor is a pattern by inspecting the CGColor instance it wraps, the CGColorGetPattern() function returns the pattern if it exist, or null if it is not a pattern color. ...
8
votes
3answers
3k views

How to compare UIColors?

I'd like to check the color set for a background on a UIImageView. I've tried: if(myimage.backgroundColor == [UIColor greenColor]){ ...} else{ ...} but that doesn't work, even when I know the ...
8
votes
3answers
13k views

How to get RGB values from UIColor?

Im creating a color object using the following code. curView.backgroundColor = [[UIColor alloc] initWithHue:229 saturation:40 brightness:75 alpha:1]; How can I retrieve RGB values from the created ...
7
votes
1answer
462 views

Why is my CGGradient not working with a preset UIColor?

I have this working code: NSMutableArray *shadowColors = [NSMutableArray arrayWithCapacity:2]; color = [UIColor colorWithRed:0 green:0 blue:0 alpha:1]; // Declaration using components ...
7
votes
3answers
3k views

How do i get red green blue and alpha back from a UIColor object?

I am getting a UIColor returned from this method: - (UIColor *)getColor { return [UIColor colorWithRed:redSlider.value green:greenSlider.value blue:blueSlider.value alpha:1.0]; } and getting ...
5
votes
4answers
9k views

How do I make my own custom UIColor's other than the preset ones?

I want to make my own RGB colors that are UIColors and that I could use just like UIColor blackColor or any other.
5
votes
4answers
4k views

iPhone Objective C : Saving & Loading UIColor into & from NSUserDefaults

What's the easiest way to save UIColor into NSUserDefaults ? And how to re-create it from NSUserDefaults? Many thanks for reading
5
votes
2answers
2k views

Anomalous results getting color components of some UIColors

I'm trying to extract the rgb components of a UIColor in order to hand-build the pixels in a CGBitmapContext. The following sample code works fine for most of the UIColor constants but, confusingly, ...
4
votes
3answers
119 views

why does UIColor colorWithHue:Sat:Brightness produce color with different hue as output?

Why does +[UIColor colorWithHue:saturation:brightness] produce color with different hue as output? See my example below. The hue input was 0.223404, however the output looking at the color created ...
4
votes
3answers
399 views

Determine correct RGBA value for bar tint color given a client's design image?

I often get given mockup images that define how an iPhone app is supposed to look. These can come from as many different methods as there are projects, sometimes balsamiq or even hand-drawn, sometimes ...
4
votes
7answers
6k views

Is Macro Better Than UIColor for Setting RGB Color?

I have this macro in my header file: #define UIColorFromRGB(rgbValue) \ [UIColor colorWithRed:((float)((rgbValue & 0xFF0000) >> 16))/255.0 \ green:((float)((rgbValue & ...
4
votes
2answers
4k views

How to convert colors from one color space to another?

Is there a Cocoa Touch way to convert colors from one color space to another? At the end of this code: UIColor *grey = [UIColor colorWithWhite: 0.5 alpha: 1.0]; CGColorRef greyRef = [grey CGColor]; ...
3
votes
1answer
99 views

Coloring OBShapedButton's(Custom Shaped Buttons) Image and Set it Again

I have some OBShaped/IrregularShaped custom buttons on the xib. I am setting the images of these buttons. Now I want to take the image of each button and color is according to some data and set it ...
3
votes
1answer
2k views

scrollViewTexturedBackgroundColor in Notification Center

Is there any programatic way to achieve Notification Center background from scrollViewTexturedBackgroundColor in Cocoa Touch? From default scrollViewTexturedBackgroundColor to Notification Center ...
3
votes
4answers
224 views

Can't subclass UIColor?

I'm trying to subclass UIColor, and I can't seem to figure out what's wrong. In my PColor.h #import <Foundation/Foundation.h> @interface PColor : UIColor { BOOL isAvailable; int ...
3
votes
1answer
493 views

Fade background-color from one color to another in a UIView

How can I fade from one background-color to another color in a UIView? In javascript (jQuery) it can be done by doing the following: $('body').animate({ backgroundColor: "#ff00ff"}); Would it be ...
3
votes
1answer
4k views

Get RGB value from UIColor presets

I my application I pass RGB color value to server. My app uses UIColor predefined values, like [UIColor grayColor], [UIColor redColor]. I know that I can use following code: const CGFloat *c = ...
3
votes
1answer
769 views

Problem when using UIColor RGB black as a key in an NSMutableDictionary

I can set UIColor objects as keys in an NSMutableDictionary all day long and everything is fine and happy... For instance: [myDict setObject:foo forKey:[UIColor redColor]]; That works just ...
3
votes
1answer
1k views

colorWithPatternImage with iPhone 4 Retina Display (image@2x.png)

Thanks to SO's search function blowing up whenever I enter "@2x", it's difficult to tell whether this has already been asked... I've been using colorWithPatternImage: to build tiled background images ...
3
votes
2answers
1k views

UIColor not matching RGB

I have an image in Fireworks. I am using the picker to choose the color and then look at the RGB values. I am putting these values into UIColor:colorWithRed:green:blue:alpha but it is not giving me ...
3
votes
2answers
817 views

How do i change color of letters of sectionIndexTitlesForTableView? is it possible in iphone?

I have to change the color of sectionIdexTitle for table view??how to do this? any one knows it ??please tell me??
3
votes
3answers
4k views

What does CGColorGetComponents() return?

CGFloat* colors = CGColorGetComponents(hsbaColor.CGColor); Does this return a float, or an array of floats? It looks like the asterisk is shorthand for creating an array. Is that correct? When I ...
2
votes
1answer
72 views

how to change front color of navigation bar title

I am using navigation controller in my application and want to change title color of navigationBar. I am doing so using below code NSDictionary *dic = [NSDictionary ...
2
votes
2answers
113 views

UIColor to Hexadecimal (web color)

Is there an easy way to convert UIColor to a hexadecimal value ? Or do we have to get the RGB components with CGColorGetComponents and then work it out from there? e.g ...
2
votes
1answer
15 views

drawing is not correct when opcity changed

UITouch *touch = [touches anyObject]; previousPoint2 = previousPoint1; previousPoint1 = [touch previousLocationInView:m_img]; currentPoint = [touch ...
2
votes
1answer
163 views

Creating/comparing Lab-profiled colors in iOS

For an application I'm working on I'm trying to create and compare (distance between) CIE Lab profiled colors. I know there are ways of converting from the typical RGB to Lab with some math, but I'd ...
2
votes
1answer
771 views

Change color of translucent black UINavigationBar

I stumbled upon this many times, never found a solution. A UINavigationController's navigationBar can be set to black translucent like: ...
2
votes
5answers
195 views

can't get my UIButton to show up as semi-transparent

I'm adding a UIButton as a subView in a popup and I can't get it to show up semi-transparently. The background for the main view of the popup does show up semi-transparently, but this UIButton stays ...
2
votes
3answers
295 views

What is the UIColor of the default UITableView separator?

Can anyone tell me the UIColor name or exact RGBA for the default iPhone UITableView separator? It looks like a light gray color, but it's not [UIColor lightGrayColor]; it's lighter than that.
2
votes
0answers
432 views

UIPopoverController, backgroundColor = clearColor

I had a UITableView that I replaced with a UIPopoverController. My UITableView's background was set to clearColor and it showed the custom background through the table. The table cells also matched ...
2
votes
2answers
65 views

I want to exchange a particular color inside an image with another color. Is there any possible way?

I have one image with multiple colors. I want to change a specific color with the alternate color that i have pre-decided. Is there any algorithms to modify the image and save it? Help is ...
2
votes
1answer
280 views

How to convert RGB to HTML color?

Please can you tell me how I can convert an RGB UIColor to a Hexadecimal HTML color code string? Thanks in advance.
2
votes
3answers
681 views

iPad grouped tableView background color? What is it?

I love the new grouped background color of my tableView on ipad. I would like to use that same color on the background of my UIViewController which is on the right side of my split controller. Does ...
2
votes
2answers
533 views

Change from RGB to HSB on iPhone?

I've googled for ages and can't find a way to do this. Anybody got an idea? There is an NSColor way of doing it for mac, but nothing for iPhone that I can see. The idea in my app is that the user ...
2
votes
4answers
985 views

Default UIColor of iPhone Navigation Bar

Can anyone tell me the RGB for the default iPhone navigation bar blue? I know that you can normally set the default color by setting self.navigationBarTintColor = nil; However, that doesnt work in ...
2
votes
1answer
187 views

Dynamically change UITableView cell separator line color

Can anyone give sample code how to change the UITableView cell separator line color dynamically?
2
votes
4answers
768 views

why does initWithPatternImage loses the alpha values of the PNG

Anyone ever seen the problem of [UIColor initWithPatternImage] ignoring the alpha values of the PNG? If so, what's the best fix? I am using a png as a background layer to my array of button objects ...
2
votes
1answer
292 views

Problem in passing UIColor preset value

I have following components - ColorButton, that represents single button that is basically colored rectangle, and PaletteView, that is grid of ColorButton objects. The code looks something like this: ...
2
votes
1answer
784 views

How can I set popover title bar color to the same as default navigationBar?

I have some buttons on popover title bar, they are in dark color, so that I want to the popover title bar color can be changed to the same as Navigation Bar color, what can I do? You will see the gray ...
2
votes
3answers
293 views

UILabel backgroundColor in UITableViewCell always reverts to initial value

In my app, I have a UITableViewCell which is used to display a background color setting. In the detailTextLabel, it displays the name of the color with the background set to the actual color, e.g. ...
2
votes
2answers
986 views

NSForegroundColorAttributeName key in iPhone

I heard that NSAttributedString is added in iPhone but when I use the key NSForegroundColorAttributeName for setting the color i get an error saying "NSForegroundColorAttributeName undeclared". Am I ...
2
votes
5answers
770 views

UIColor comparison

Given a UIColor, I need to determine if it is "light" or "dark". If I could access the hex value of the color, I could just check if it was greater than or less than a certain threshold hex number, ...
2
votes
2answers
770 views

Use an image as the UITableView separator

I got an UITableView on my project and I need to customize the separator. I want to use an image instead of a color. I tried using the +colorWithPatternImage: UIColor method with no luck.
2
votes
3answers
669 views

Crashing while passing UIColor as argument

I have a little UIView object, CircleColorView.m, that simply creates a view with a colored circle in it. I then use that view as the background to a bunch of buttons (all different colors). My ...
2
votes
2answers
5k views

How to access the CGColor property of UIColor in CGContextSetFillColorWithColor?

CGContextSetFillColorWithColor(g, [UIColor greyColor].CGColor); I'm trying to follow O'Reilly's iPhone Game Development book on page 73 Chapter 3 but I'm running into a compile error that states ...
2
votes
4answers
4k views

How do I define constant values of UIColor?

I want to do something like this, but I cannot get a cooperative syntax. static const UIColor *colorNavbar = [UIColor colorWithRed: 197.0/255.0 green: 169.0/255.0 blue: 140.0/255.0 alpha: 1.0]; I ...

1 2 3 4