egui/crates/epaint/src
Paul Hazen 5e44c13b48
Allows creating a ColorImage struct without an alpha channel (#2167)
* Added functionality to image.rs that allows for creating an image from rgb instead of just rgba

* remove "unmultiplied"

* remove "unmultiplied"

* rgba -> rgb

Co-authored-by: Mingun <Alexander_Sergey@mail.ru>

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
Co-authored-by: Mingun <Alexander_Sergey@mail.ru>
2022-10-19 15:01:53 +02:00
..
text fix typo in text_layout_types (#2150) 2022-10-14 08:03:47 +02:00
util Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
bezier.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
color.rs Improve text redering and do all color operation in gamma space (#2071) 2022-09-24 17:53:11 +02:00
image.rs Allows creating a ColorImage struct without an alpha channel (#2167) 2022-10-19 15:01:53 +02:00
lib.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
mesh.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
mutex.rs Fix false positives wrt RwLock deadlock detection (#2121) 2022-10-10 12:07:44 +02:00
shadow.rs Improve text redering and do all color operation in gamma space (#2071) 2022-09-24 17:53:11 +02:00
shape.rs Add Painter::image convenience function 2022-10-03 10:26:19 +02:00
shape_transform.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
stats.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
stroke.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
tessellator.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
texture_atlas.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
texture_handle.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
textures.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00