GL.BlendColor Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- color
- Color4
S’applique à
BlendColor(Color)
public static void BlendColor (System.Drawing.Color color);
static member BlendColor : System.Drawing.Color -> unit
Paramètres
- color
- Color
S’applique à
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
Paramètres
- red
- Single
- green
- Single
- blue
- Single
- alpha
- Single
- Attributs