What is the range of intensity of RGB



What is the range of intensity of RGB..

Answer / guest

0 to 255. If all three intensities are 0 (RGB(0,0,0)) means
black and all three intensities are 255 then white (RGB
(255,255,255)).

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More MFC Interview Questions

what is the size of a process

2 Answers   E Logic, IBM,


What are the differences between MFC Exception macros and C++ exception keywords?

2 Answers  


How to create a Modeless Dialog?

5 Answers  


If there is more than 100 control in a window how we can change the Taborder of a controls

4 Answers   Satyam,


What is the difference between the ASSERT and VERIFY macros?

4 Answers  






What is the difference between GetMessage and PeekMessage ?

3 Answers  


Differ GetMessage, PostMessage & PeakMessage?

4 Answers   Symphony,


How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?

0 Answers  


What is the difference between ASSERT and VERIFY?

2 Answers  


Which CPrintInfo member variable must be set for multiple page printouts?

1 Answers  


how many types of messages are their

4 Answers   E Logic, TCS,


1)At run-time, you can change the icon by calling the LoadIcon() function?

2 Answers  


Categories