共用方式為


GL.BlendColor 方法

定義

多載

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

參數

color
Color4

適用於

BlendColor(Color)

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

參數

color
Color

適用於

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

參數

red
Single
green
Single
blue
Single
alpha
Single
屬性

適用於