Those particular kind of graphics object accept a color specification which is in the form of a four element vector of doubles in the range 0 to 1. The elements are in the order R G B A. So Color(1) would be the red component, (2) would be the green component, (3) would be the blue component, and (4) is the alpha component.
Depending on the kind of graphics object, the fact that it accepts alpha components might not be documented.
Also, a number of the graphics objects that are not documented as accepting alpha expect uint8 values for the RGBA specification.