Colour Programming Software Development by Rete Does anyone know how to change the colour of text in Java? I'm getting a lot of input from my user in a program I'm writing, and it gets kinda difficult to follow with it all being one colour. Any help would be greatly appreciated =D Re: Colour Programming Software Development by jwenting And if you're writing a console application, forget it :) Some consoles will print output on the error stream in a different colour but you have no control over it. Colour picker scanning Programming Software Development by gowans07 … tile. The logon is selecting the correct colour and placing the colour in the appropriate tile. What i want….G = 174 And Pixel.B = 201 Then MsgBox("Colour found " & Pixel.R) Timer1.Enabled = False…has been found, but otherwise it wont find the colour. I believe i am not updating the location … Colour picker problem Programming Software Development by pyguy420 …coloursPicked = [] while True: colour1 = raw_input("pick first colour: ") if colour1 in colourList: break colour1 = raw_input… while True: colour2 = raw_input("pick second colour: ") if colour2 in coloursPicked: break colour2 =… Re: Colour picker problem Programming Software Development by snippsat …;] chosenColours = [] count = 0 while True: colourPicked = raw_input("pick a colour: ") if colourPicked in colourList: chosenColours.append(colourPicked) if len… 2 is picked and it is ['red', 'green'] pick a colour: pink Color 3 is picked and it is ['red', 'green… Colour Replace tool doing my nut!!! Digital Media UI / UX Design by GR Web FX … CS and have been playing around with the colour replace tool. I have a photo of a… around the lime green, then go to the colour replace tool. I use the eye dropper to… the green and then i click on the colour box next to the hue/saturation/lightness section…shadow green. I tried going back into the colour replace tool a few times but gradually you … Colour picker, MouseDown(Event, int x, int y) Depreciation Help! Programming Software Development by crawf …axis on Bar Label labelSample; // Label for sample colour square Label labelHex; // Label for Hex value TextField …(); MakeImageBar(); setLayout(null); labelSample = new Label("Selected Colour:"); labelSample.setBounds(312, 12, 100, 10); add(… Re: Colour picker scanning Programming Software Development by gowans07 … Pixel.G = 201 And Pixel.B = 14 Then MsgBox("Colour found " & Pixel.R) MsgBox(i & j) End… i've now got it working with searching for the colour, but the problem is the search speed, for one complete… Re: Colour picker, MouseDown(Event, int x, int y) Depreciation Help! Programming Software Development by crawf …axis on Bar Label labelSample; // Label for sample colour square Label labelHex; // Label for Hex value TextField …(); MakeImageBar(); setLayout(null); labelSample = new Label("Selected Colour:"); labelSample.setBounds(312, 12, 100, 10); add(… Re: Colour picker scanning Programming Software Development by gowans07 Color dialog is not out the picture, as long as it can detect the correct colour picture. The BMP.Height is currently 1, this is because i delare it as (1,1). Should i change this to My.Computer.Screen.workingarea.height and .width? Re: Colour picker problem Programming Software Development by woooee …;brown"] coloursPicked = [] while True: colour1 = raw_input("pick first colour: ") print "colour1 picked =", colour1 if colour1 in… Re: Colour picker problem Programming Software Development by pyguy420 … in range(4): while True: colourPicked = raw_input("pick a colour: ") if colourPicked in colourList: break colourPicked = raw_input("not… Re: Colour picker problem Programming Software Development by woooee …;,".join(colourList) while True: colourPicked = raw_input("pick a colour: ") if colourPicked in colourList: return colourPicked print "not… Re: Colour Detection Programming Software Development by Cardboard Box …What I meant was that I could get a colour from another picture and draw a shape based on… this colour. What I want to be able to do… is get a colour from a SHAPE (which is filled with a colour) and use this for …what to do except for how to get a colour from a shape. getpixel only seems to get colours… Colour Detection Programming Software Development by Cardboard Box … use something like img.getpixel(0,0) to retrieve the colour of the pixel at (0,0) on the picture "… make some programs that draw a rectangular box the same colour as the pixel on an image I am highlighting. How… this or do I have to use an image for colour detection? Thanks Re: Colour blind Programming Software Development by fredzik … this'll definitely help because it has both the colour numbers and the Hex values!:icon_cheesygrin: Even better work on …; example! I've got about 100 lines I have to colour in for different clues on a game I'm working… Re: Colour function in VB Programming Software Development by G_Waddell … DB? It really depends on what you are using the colour for, you can store it as a string in Hex…" or "White" Where are you getting the colour from and what are you planning to use it for? Colour of array problem Programming Software Development by GhostMonkey Hi, I've got an array where you enter values into it but I want the values you enter to be a separate colour from the values initially in the array. I tried simply using set colour when you enter the value but I've coded it so that after every user input it re prints the array, so the entire array gets re coloured. Any help? Colour Conversion Class Programming Web Development by diafol ## Background ## Hi All, I 've been playing around with colour (color!) formats and needed to create a class for converting … the following locations: http://www.rapidtables.com/convert/color/ (great colour references!) http://stackoverflow.com/questions/15202079/convert-hex-color (for… Re: Colour function in VB Programming Software Development by zulhimi89 i want the colour to be as my alert...such as a collection of database, if alert trigger(through coding) then one of the box become colour in red. just the particular box. Re: Colour of array problem Programming Software Development by GhostMonkey … in the array, so every value must have the same colour. Colour Printer won't print all colours Hardware and Software Hardware by tez … Epsom C64 printer in June and have just replaced the colour cartridges and found that the yellow appeared not to be… Colour & graphics in DOS Programming Software Development by sinB Hi, I use a Borland compiler. How do I colour text (in a DOS enviroment)? Colour blind Programming Software Development by fredzik …;Hello world" in the results. It can be any colour as long as it's not the standard blue. Also… Colour Box GUI Programming Software Development by Arman Majumder A program that creates a grid panel of desired [FONT=&quot]dimensions [/FONT]and changes the colour randomly of each grid box upon dragging the mouse over the selected region. Colour Cube Faces Programming Software Development by cms271828 This program generates the 6 faces of a colour cube. The faces are displayed in a JPanel, and they are also saved to C:/Faces as PNG files. So non-windows users might have to alter code slightly. colour madness Hardware and Software Hardware by Joolscd … pressure on the keyboard makes my screen go a funny colour, blues turning to purple, yellow and greens, and red has… Colour function in VB Programming Software Development by zulhimi89 i want to know the code to produce colour in a box of my DB thx colour change per cell Programming Web Development by max4444 … is am trying to do is change the cell background colour to green if echo $row['s1']; is "2"… Colour picker without input element Digital Media UI / UX Design by veledrom Hi, I'm looking for a colour picker for my website but not **input** element based because …