Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 ilanbaruch
		
			ilanbaruch
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		i want to add visual cue to a simple text box background color ( red / green) what is the sintax for color?
if ( condition >=1,GREEN,RED)
 its_anandrjs
		
			its_anandrjs
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can try like
GREEN( ) or RED( )
if ( condition >=1,GREEN( ),RED( ) )
Or
if ( condition >=1,RGB(0,128,128),RGB(255,0,0) )
 
					
				
		
just say GREEN()
 ilanbaruch
		
			ilanbaruch
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		THANK YOU
 
					
				
		
can you mark the thread as 'Answered'?
 its_anandrjs
		
			its_anandrjs
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can try like
GREEN( ) or RED( )
if ( condition >=1,GREEN( ),RED( ) )
Or
if ( condition >=1,RGB(0,128,128),RGB(255,0,0) )
.png) 
					
				
		
 sasikanth
		
			sasikanth
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		OtherWise , you have a function
RGB( -,-,-)/ARGB(-,-,-,-)
by using these functions you can
 ilanbaruch
		
			ilanbaruch
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		thanks, where can i find a color map or color list?
 its_anandrjs
		
			its_anandrjs
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can find color value like RGB in any color palate in the option color button in any chart from there if you select the colors you get the R,G,B values also Hue,Sat and Lum.
See the snap

.png) 
					
				
		
 sasikanth
		
			sasikanth
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi ian,
Please find the attahment ,
there you can find the values ,
very usefull while working on color schemes
 ilanbaruch
		
			ilanbaruch
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		thanks but what values i add to the syntax?
