:: com :: sun :: star :: drawing ::
|
deprecated |
enum TextureKind |
|
|
- Usage Restrictions
- deprecated
- Description
- These enumeration values specify how the texture is applied.
|
Values |
LUMINANCE |
With TextureKind LUMINANCE, the texture
and the lighting information are mixed to produce the image, so a
lit, textured object is achieved.
|
COLOR |
With this mode the lighting is ignored and only the
texture color information is used.
|
Values' Details |
LUMINANCE
LUMINANCE,
- Description
- With TextureKind LUMINANCE, the texture
and the lighting information are mixed to produce the image, so a
lit, textured object is achieved.
|
|
COLOR
COLOR,
- Description
- With this mode the lighting is ignored and only the
texture color information is used.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.