mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-18 18:38:05 +08:00
Replace the Color type with Table<Color> everywhere (#3048)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user