mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-31 02:07:21 +00:00
Extract gmath_nodes
from gcore::ops
, create mods debug
and extract_xy
(#2764)
This commit is contained in:
parent
9c4ab34a58
commit
ecd7999ca7
16 changed files with 668 additions and 580 deletions
|
@ -221,7 +221,7 @@ tagged_value! {
|
|||
// ==========
|
||||
BlendMode(BlendMode),
|
||||
LuminanceCalculation(LuminanceCalculation),
|
||||
XY(graphene_core::ops::XY),
|
||||
XY(graphene_core::extract_xy::XY),
|
||||
RedGreenBlue(graphene_core::raster::RedGreenBlue),
|
||||
RedGreenBlueAlpha(graphene_core::raster::RedGreenBlueAlpha),
|
||||
RealTimeMode(graphene_core::animation::RealTimeMode),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue