In ProBuilder, the COLOURED function is used to define colors with an optional transparency parameter. This snippet demonstrates how to use the transparency feature effectively to control the visibility of graphical elements.
COLOURED(r, g, b, t)
The COLOURED function takes four parameters:
This function is particularly useful when you need to overlay multiple graphical elements without completely obscuring the elements beneath. By adjusting the transparency parameter, you can achieve the desired visibility and layering effects in your graphical representations.
Check out this related content for more information:
https://www.prorealcode.com/topic/transparent-histograms/#post-112362
Visit Link