mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-28 08:54:04 +00:00
Replace the Color type with Table<Color> everywhere (#3048)
This commit is contained in:
parent
437fc70500
commit
1b351aca76
46 changed files with 306 additions and 386 deletions
|
@ -13,8 +13,8 @@ use graphene_core::{Color, Ctx};
|
|||
async fn gradient_map<T: Adjust<Color>>(
|
||||
_: impl Ctx,
|
||||
#[implementations(
|
||||
Color,
|
||||
Table<Raster<CPU>>,
|
||||
Table<Color>,
|
||||
GradientStops,
|
||||
)]
|
||||
mut image: T,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue