Re: Problem color; what i'm i doing wrong ?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"Kc" <Kc@xxxxxxxxx> wrote in message
news:IvgKf.12257$SK3.6686@xxxxxxxxxxxxxxxxxxxxxxxx
When looking on sites like: http://www.konzeptra.at/ral_zu_rgb.htm,

(example ) I see RAL RAL 1000 Green beige, has RGB color 214, 199, 148.

In Visual Basic 6.0 i'm using a picture box for the RGB color:

Dim RGB As String
RGB = "&H" & Hex(214) & Hex(199) & Hex(148)
Picture2.BackColor = RGB

When doing this, this picture box has a kind of blue color, insted of
green beige.

What am i doing wrong ??

Kc

As nrford mentioned, use BGR instead of RGB

?hex$(vbblue) 'FF0000
?hex$(vbgreen) 'FF00
?hex$(vbred) 'FF

And... in your case, dump the call to Hex($)

Private Sub Form_Load()
Me.BackColor = RGB(148, 199, 214)
End Sub


--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Freeware 4 color Gradient Frame? http://www.vbsight.com/GradFrameCTL.htm


.



Relevant Pages

  • Re: Please review my proposed Shuttle Media Center PC spec
    ... but the picture is very crisp and hardly distinguishable from ... > RGB in that respect, whereas composite suffers from colour crawl. ... > Sky use lower rate MPEG. ... Windows normal stuff looks horrid! ...
    (microsoft.public.windows.mediacenter)
  • Re: video output on sky digibox?
    ... > anybody know what the difference is between the RGB and the PAL ... > on the picture settings menu on the sky digibox? ... > would switching to RGB give me a better picture, ... I assume you are using a SCART lead to connect the digibox to the TV. ...
    (uk.tech.tv.sky)
  • Re: detection RGB color on palm oil fruit picture to detect the maturity
    ... know the technique to detect the maturity of the palm oil fruit. ... research is detection based on RGB color. ... intensity from one surface of picture. ... i snap 2 surface of palm oil ...
    (comp.soft-sys.matlab)
  • Re: Decision 79 - BBC Parliament on Monday
    ... You hear rational, logical, fearsomely clever people like David Butler spouting rubbish like "If swing across the country follows east London, it'll be a Tory landslide. ... However, the 4:3 material always seems to be off-centre, with a little picture information being cropped at the left of the screen. ... TV sets extract the sync pulses when in RGB mode from the composite video line of the scart connector. ... Please replace invalid and invalid with gmx and net to reply. ...
    (uk.tech.broadcast)
  • RE: Exact colour reproduction of a photoshop picture in picture manage
    ... Microsoft office picture manager uses the colour setup 'Monitor RGB' ... to view pictures whilst photoshop offers this plus 'CMYK RGB' and 'Windows ... Windows RGB is the most popular and makes the picture come alive ...
    (microsoft.public.office.misc)