Makes a new color_alpha from individual R, G, B, A component values.
Verse using statement |
using { /Verse.org/Colors } |
MakeColorAlpha<public>(R:float, G:float, B:float, A:float):color_alpha
Parameters
MakeColorAlpha takes the following parameters:
| Name | Type | Description |
|---|---|---|
R |
float |
|
G |
float |
|
B |
float |
|
A |
float |
Attributes, Specifiers, and Effects
Specifiers
The following specifiers determine how you can interact with MakeColorAlpha in your programs. For the complete list of specifiers, see the Specifiers Page.
| Specifier | Meaning |
|---|---|
public |
The identifier is universally accessible. You can use this on modules, classes, interfaces, structs, enums, methods, and data. |