Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: RGB values of standard Stata colours


From   "Palmer, T.M." <[email protected]>
To   <[email protected]>
Subject   st: RE: RGB values of standard Stata colours
Date   Tue, 30 Oct 2007 22:53:02 -0000

Ross,

Using a different approach, would using the color with an adjusted intensity be helpful? Something along the lines of,

twoway function x, lc(blue) || ///
	function .5*x, lc(blue*.5) || ///
	function 2*x, lc(blue*2)

cheers, Tom


-----Original Message-----
From: [email protected] on behalf of RJ Harris
Sent: Tue 10/30/2007 10:42 AM
To: [email protected]
Subject: st: RGB values of standard Stata colours
 
Dear Stata users

Does anyone know where the RGB values for the standard _colorstyle_ colours 
may be found?

I am trying to write a graph command that takes a user-specified standard 
colour, with the output requiring slightly lighter/darker shades of this 
colour. For example, so I can do this:

if "`color'" == "red"{
	local light = "255 50 50"
	local dark = "205 0 0"
}

I know how to do red of course, but what about forest_green, cranberry, 
eggshell...?

Better still, is there a function to get the values directly?

Best wishes,
Ross


----------------------
Ross Harris
Department of Social Medicine
University of Bristol
+44 (0)117 928 7338
[email protected]
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/

<<winmail.dat>>




© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index