| MCGUIColorScope Constructor (Single, Single, Single, Single) |
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax public ColorScope(
float r,
float g,
float b,
float a = 1f
)
Parameters
- r
- Type: SystemSingle
The Red component of the color. - g
- Type: SystemSingle
The Green component of the color. - b
- Type: SystemSingle
The Blue component of the color. - a (Optional)
- Type: SystemSingle
The Alpha component of the color.
See Also