palette:set-alpha
palette:set-alpha number
Set the color of the agent to the RGBA color with alpha value number and the RGB content of the color of the turtle or link (or patch in NetLogo3D). An error message results if number is not in the range 0 to 255.
Example:
ask turtles [palette:set-alpha 100]
Take me to the full Palette Extension Dictionary