:: com :: sun :: star :: drawing ::
|
enum TextureMode |
- Description
- The TextureMode defines in which way the texture color data
replaces the object color data.
|
Values |
REPLACE |
This is the standard mode.
|
MODULATE |
This mixes up colors in a way defined by the texture bitmap.
|
BLEND |
This mixes both data sources in a fixed ratio.
|
Values' Details |
REPLACE
REPLACE,
- Description
- This is the standard mode.
|
|
MODULATE
MODULATE,
- Description
- This mixes up colors in a way defined by the texture bitmap.
|
|
BLEND
BLEND,
- Description
- This mixes both data sources in a fixed ratio.
|
|
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.