User Tools

Site Tools


crpl:docs:setimagecolor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:docs:setimagecolor [2013/01/14 20:19] virgilwcrpl:docs:setimagecolor [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
  
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#image_commands|Image Commands]]
 =====  SetImageColor  ===== =====  SetImageColor  =====
  
Line 10: Line 11:
 Red, Green, Blue, and alpha values are in the range of 0-255. Red, Green, Blue, and alpha values are in the range of 0-255.
 Alpha represents transparency with 0 being fully transparent and 255 being fully opaque. Alpha represents transparency with 0 being fully transparent and 255 being fully opaque.
 +The slot named “main” refers to the primary unit image (the one that can be set in the editor).
 === Examples === === Examples ===
 <code> <code>
 # Make the image be viewed under a red light  # Make the image be viewed under a red light 
-Self "FlyingThing" 255 0 0 SetImageColor+Self "FlyingThing" 255 0 0 255 SetImageColor
 </code>  </code> 
- 
- 
crpl/docs/setimagecolor.1358194772.txt.gz · Last modified: 2025/02/14 14:56 (external edit)