다음을 통해 공유


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
특성

적용 대상