Searched refs:GradientPanel (Results 1 - 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
H A DColorInfluencerPanel.java9 GradientPanel tintPanel;
20 addContent(i++, 0, tintPanel = new GradientPanel(editor, emitter.colorValue, "Tint", "", false));
H A DGradientPanel.java41 class GradientPanel extends ParticleValuePanel<GradientColorValue> { class in inherits:ParticleValuePanel
47 public GradientPanel (FlameMain editor, GradientColorValue value, String name, String description, method in class:GradientPanel
89 GradientPanel.this.setColor(color);
H A DFlameMain.java263 addRow(editorPropertiesPanel, new GradientPanel(FlameMain.this,backgroundColor, "Background color", "", true));
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
H A DGradientPanel.java41 class GradientPanel extends EditorPanel { class in inherits:EditorPanel
48 public GradientPanel (GradientColorValue value, String name, String description, boolean hideGradientEditor) { method in class:GradientPanel
90 GradientPanel.this.setColor(color);
H A DParticleEditor.java102 addEditorRow(new GradientPanel(backgroundColor, "Background color", "", true));
132 addRow(new GradientPanel(emitter.getTint(), "Tint", "", false));

Completed in 183 milliseconds