mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Remove extra separator in color test
This commit is contained in:
@@ -98,7 +98,6 @@ impl ColorTest {
|
|||||||
// TODO(emilk): test color multiplication (image tint),
|
// TODO(emilk): test color multiplication (image tint),
|
||||||
// to make sure vertex and texture color multiplication is done in linear space.
|
// to make sure vertex and texture color multiplication is done in linear space.
|
||||||
|
|
||||||
ui.separator();
|
|
||||||
ui.label("Gamma interpolation:");
|
ui.label("Gamma interpolation:");
|
||||||
self.show_gradients(ui, WHITE, (RED, GREEN), Interpolation::Gamma);
|
self.show_gradients(ui, WHITE, (RED, GREEN), Interpolation::Gamma);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user