GL.BlendColor Method

Definition

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

Applies to