Xcode RGB Color Code

When designing in xib files in Xcode you might want to use RGB colors, which can be hard to find. It is possible you just have to know where to look. Select the item you want to set the color code. Then in the toolbar select the color (here it’s the color of a toolbar

Read More

Change Color In Command Prompt

Changing the color in Command Prompt can be done with a single command. The color command makes it easy to quickly change the default background and text color. Works in Windows 2000, XP, Vista, 7 and 8. color [attr] Write color + color attribute. The attribute are specified by two hex digit, the first being the

Read More

Android SetTextColor From Colors

When setting the colors for e.g. a TextView you can use the settextcolor from either a color or resource. void android.widget.TextView.setTextColor(int color) public void setTextColor (int color) Sets the text color for all the states (normal, selected, focused) to be this color. There are several ways to do this. To set the colors from your resource you

Read More