Microsoft SDK for Java

createColorRGB

This method of the Direct3dRM Class creates an RGB color value.

Syntax

public int createColorRGB(float red, float green, float blue);

Return Value

Returns a color value.

Parameters

red The red component of the color.
green The green component of the color.
blue The blue component of the color.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.