RiTa
index
Name
fill()
Class
RiText
Description
Syntax
fill(gray); fill(color); fill(gray, alpha); fill(r, g, b); fill(r, g, b, alpha);
Parameters
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