GLES11.GlColor4ub(SByte, SByte, SByte, SByte) Method

Definition

[Android.Runtime.Register("glColor4ub", "(BBBB)V", "")]
public static void GlColor4ub (sbyte red, sbyte green, sbyte blue, sbyte alpha);
[<Android.Runtime.Register("glColor4ub", "(BBBB)V", "")>]
static member GlColor4ub : sbyte * sbyte * sbyte * sbyte -> unit

Parameters

red
SByte
green
SByte
blue
SByte
alpha
SByte
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to