次の方法で共有


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="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

パラメーター

red
Single
green
Single
blue
Single
alpha
Single
属性

適用対象