RiTa
index
Name boundingBoxFill()
Class RiText
Description
Syntax
boundingBoxFill(gray);
boundingBoxFill(color);
boundingBoxFill(gray, alpha);
boundingBoxFill(r, g, b);
boundingBoxFill(r, g, b, alpha);
Parameters
color  
r   red component (0-255)
g   green component (0-255)
b   blue component (0-255)
alpha   transparency (0-255)
Returns void
Usage Web & Application
Related