Advertisement

1 - 10 of 181 containing alltags:("rgb") (0 seconds)
Until now, I haven't found any way to query the system DC's pixel format, or, to be more specific, the STRUCTURE of the pixel format (that is, eg. 5-5-5 or 5-6-5 for hicolor modes). Is there a way...
Zones: Windows ProgrammingDate Answered: 08/26/1997 Grade: A Views: 0
I want to be able to have a picture loaded either as the background to a form, as an image, or even in a picture box and then, given a specific point on the picture, I would like to be able to dete...
Zones: Visual BasicDate Answered: 01/07/1998 Grade: A Views: 0
I am trying to figure out how to extract the RGB settings from a label background color. For example, I have a customizable color palette, but I need to pull the RGB settings for each so I can writ...
Zones: Visual BasicDate Answered: 04/25/1999 Grade: C Views: 0
I must work with colors. I need the alghoritm that makes conversion RGB <-> HLS For ex. if I have RGB color 125-160-233 I want to know the corrispondent in HLS and viceversa. Hoping someone ca...
Zones: JavaScriptDate Answered: 04/01/2000 Grade: A Views: 6
how ya doin? Well, this problem is pretty juicy. I am writing a program for school that is required to encrypt a message and be able to decrypt it. My program is designed to encrypt the program...
Zones: Visual BasicDate Answered: 08/22/2000 Grade: B Views: 0
Hello,            I am relatively new to VB and I have 1 question related to VB 6.0            I want to know how can I get Red, Green and Blue Values using CommonDialog Control's ShowColor. I ...
Zones: Visual BasicDate Answered: 04/08/2002 Grade: A Views: 0
Given two RGB values, is there a way to see how "close" they are. I need to put this color check into my program to ensure that neighboring cells' color are not too close. What I want is a "obje...
Zones: Programming, 3D StudioDate Answered: 05/11/2003 Grade: A Views: 0
i want to use this function on button click how can i use it Public Function GrayColor(ByVal lColor As Long) As Long Dim bRed As Byte Dim bGreen As Byte Dim bBlue As Byte Dim bAverage As Byt...
Zones: Visual BasicDate Answered: 11/02/2003 Grade: A Views: 0
Hi. My problem is with this. 1 problem is that when converting from float color (1.0) to RGB (255) it's not accurate... But from RGB to float color this is perfect. 2 I want to change de back...
Zones: JavaScriptDate Answered: 04/17/2003 Grade: A Views: 0