DescriptionReturns a color of the specified red, green, blue, and alpha componentsAvailable InAppsAutomationsSyntaxRGBA(r: Integer, g: Integer, b: Integer, a: Number) => ColorExampleRGBA(255, 255, 0, 0.5) = #ffff00 (50% opacity)