GL.Color4 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Color4(Single, Single, Single, Single) | |
Color4(Byte, Byte, Byte, Byte) |
Color4(Single, Single, Single, Single)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glColor4f", Version="1.1")]
public static void Color4 (float red, float green, float blue, float alpha);
static member Color4 : single * single * single * single -> unit
Parameters
- red
- Single
- green
- Single
- blue
- Single
- alpha
- Single
- Attributes