GL.Color4x(Int32, Int32, Int32, Int32) Method

Definition

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glColor4x", Version="1.1")]
public static void Color4x (int red, int green, int blue, int alpha);
static member Color4x : int * int * int * int -> unit

Parameters

red
Int32
green
Int32
blue
Int32
alpha
Int32
Attributes

Applies to