Microsoft SDK for Java

setDefaultTextureColors

This method of the Direct3dRM Class sets the default colors to be used for a Direct3dRMTexture object.

Syntax

public void setDefaultTextureColors(int ds);

Parameters

ds Number of colors.

Remarks

This method affects texture colors only when it is called before the createTexture method; it has no effect on textures that have already been created.

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