User Tools

Site Tools


prpl:getimagecolor

<- PRPL reference <- Everything Else 2

GETIMAGECOLOR

ArgumentsResultNotation
[ - ]

Description

Examples

	s1 = GetStringFromStack(); //which image 
	i1 = GetIntFromStack(); //unit uid 
			stack.Push(new Data((int)(c1.r*255))); 
			stack.Push(new Data((int)(c1.g*255))); 
			stack.Push(new Data((int)(c1.b*255))); 
			stack.Push(new Data((int)(c1.a*255))); 
			stack.Push(new Data()); stack.Push(new Data()); stack.Push(new Data()); stack.Push(new Data()); 
 
prpl/getimagecolor.txt · Last modified: 2016/12/02 18:33 by 127.0.0.1