Share via


GL.BlendColor Methode

Definition

Überlädt

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

Parameter

color
Color4

Gilt für:

BlendColor(Color)

public static void BlendColor (System.Drawing.Color color);
static member BlendColor : System.Drawing.Color -> unit

Parameter

color
Color

Gilt für:

BlendColor(Single, Single, Single, Single)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBlendColor", Version="3.0")]
public static void BlendColor (float red, float green, float blue, float alpha);
static member BlendColor : single * single * single * single -> unit

Parameter

red
Single
green
Single
blue
Single
alpha
Single
Attribute

Gilt für: