GL.BlendColor 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
BlendColor(Color4) | |
BlendColor(Color) | |
BlendColor(Single, Single, Single, Single) |
BlendColor(Color4)
public static void BlendColor (OpenTK.Graphics.Color4 color);
static member BlendColor : OpenTK.Graphics.Color4 -> unit
Parameters
- color
- Color4
Applies to
BlendColor(Color)
public static void BlendColor (System.Drawing.Color color);
static member BlendColor : System.Drawing.Color -> unit
Parameters
- color
- Color
Applies to
BlendColor(Single, Single, Single, Single)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glBlendColor", Version="2.0")]
public static void BlendColor (float red, float green, float blue, float alpha);
static member BlendColor : single * single * single * single -> unit
Parameters
- red
- Single
- green
- Single
- blue
- Single
- alpha
- Single
- Attributes