Modifier and Type | Field and Description |
---|---|
private Color |
NGLightBase.color |
private Color |
NGPhongMaterial.diffuseColor |
private Color |
NGPhongMaterial.specularColor |
Modifier and Type | Method and Description |
---|---|
Color |
NGLightBase.getColor() |
(package private) Color |
NGPhongMaterial.test_getDiffuseColor() |
private static Color |
EffectUtil.toPrismColor(Color4f decoraColor,
float alpha) |
Modifier and Type | Method and Description |
---|---|
private void |
NGText.renderText(Graphics g,
FontStrike strike,
BaseBounds clipBds,
Color selectionColor,
int op) |
Modifier and Type | Field and Description |
---|---|
private Color |
SceneState.clearColor |
Modifier and Type | Method and Description |
---|---|
protected Color |
EmbeddedScene.getClearColor() |
protected Color |
GlassScene.getClearColor() |
(package private) Color |
SceneState.getClearColor() |
private Color |
QuantumToolkit.toPrismColor(Color color) |
Modifier and Type | Method and Description |
---|---|
(package private) static Color |
WCGraphicsPrismContext.createColor(int rgba) |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.clear(Color color)
Clears the current
RenderTarget with the given Color . |
void |
Graphics.drawString(GlyphList gl,
FontStrike strike,
float x,
float y,
Color selectColor,
int selectStart,
int selectEnd) |
Modifier and Type | Method and Description |
---|---|
void |
D3DGraphics.clear(Color color) |
Modifier and Type | Field and Description |
---|---|
(package private) Color |
ES2PhongMaterial.diffuseColor |
(package private) Color |
ES2PhongMaterial.specularColor |
Modifier and Type | Method and Description |
---|---|
void |
ES2Graphics.clear(Color color) |
(package private) void |
GLContext.clearBuffers(Color color,
boolean clearColor,
boolean clearDepth,
boolean ignoreScissor) |
(package private) static void |
ES2Graphics.clearBuffers(ES2Context context,
Color color,
boolean clearColor,
boolean clearDepth,
boolean ignoreScissor) |
Modifier and Type | Method and Description |
---|---|
void |
GlyphCache.render(BaseContext ctx,
GlyphList gl,
float x,
float y,
int start,
int end,
Color rangeColor,
Color textColor,
BaseTransform xform,
BaseBounds clip) |
void |
VertexBuffer.setPerVertexColor(Color c,
float extraAlpha) |
Modifier and Type | Method and Description |
---|---|
private void |
MultipleGradientContext.calculateLookupData(Color[] colors)
This function is the meat of this class.
|
private void |
MultipleGradientContext.calculateMultipleArrayGradient(Color[] colors)
SLOW LOOKUP METHOD
This method calculates the gradient color values for each interval and
places each into its own 255 size array.
|
private void |
MultipleGradientContext.calculateSingleArrayGradient(Color[] colors,
float Imin)
FAST LOOKUP METHOD
This method calculates the gradient color values and places them in a
single int array, gradient[].
|
Constructor and Description |
---|
LinearGradientContext(LinearGradient paint,
BaseTransform t,
float startx,
float starty,
float endx,
float endy,
float[] fractions,
Color[] colors,
int cycleMethod)
Constructor for LinearGradientContext.
|
MultipleGradientContext(Gradient mgp,
BaseTransform t,
float[] fractions,
Color[] colors,
int cycleMethod)
Constructor for MultipleGradientContext superclass.
|
RadialGradientContext(RadialGradient paint,
BaseTransform t,
float cx,
float cy,
float r,
float fx,
float fy,
float[] fractions,
Color[] colors,
int cycleMethod)
Constructor for RadialGradientContext.
|
Modifier and Type | Field and Description |
---|---|
private static Color |
PaintHelper.PINK |
Modifier and Type | Method and Description |
---|---|
void |
BaseShaderGraphics.drawString(GlyphList gl,
FontStrike strike,
float x,
float y,
Color selectColor,
int selectStart,
int selectEnd) |
private static void |
PaintHelper.insertInterpColor(byte[] colors,
int index,
Color c0,
Color c1,
float t) |
Modifier and Type | Method and Description |
---|---|
void |
J2DPrismGraphics.clear(Color color) |
void |
J2DPrismGraphics.drawString(GlyphList gl,
FontStrike strike,
float x,
float y,
Color selectColor,
int start,
int end) |
(package private) static java.awt.Color |
J2DPrismGraphics.toJ2DColor(Color c) |
Modifier and Type | Method and Description |
---|---|
void |
DummyGraphics.clear(Color color) |
Modifier and Type | Field and Description |
---|---|
static Color |
Color.BLACK |
static Color |
Color.BLUE |
private Color |
Stop.color |
static Color |
Color.GREEN |
static Color |
Color.RED |
static Color |
Color.TRANSPARENT |
static Color |
Color.WHITE |
Modifier and Type | Method and Description |
---|---|
Color |
Stop.getColor() |
Constructor and Description |
---|
Stop(Color color,
float offset) |
Modifier and Type | Method and Description |
---|---|
void |
SWGraphics.clear(Color color)
Clears the current
RenderTarget with the given Color . |
void |
SWGraphics.drawString(GlyphList gl,
FontStrike strike,
float x,
float y,
Color selectColor,
int selectStart,
int selectEnd) |
(package private) void |
SWPaint.setColor(Color c,
float compositeAlpha) |