New node: Color Balance (#4527)

This commit is contained in:
Keavon Chambers
2026-09-12 22:11:51 -07:00
committed by GitHub
parent 98550f6f25
commit fea741cdef
5 changed files with 268 additions and 7 deletions

View File

@@ -562,6 +562,7 @@ tagged_value! {
DomainWarpType(raster_nodes::adjustments::DomainWarpType),
RelativeAbsolute(raster_nodes::adjustments::RelativeAbsolute),
SelectiveColorChoice(raster_nodes::adjustments::SelectiveColorChoice),
TonalRange(raster_nodes::adjustments::TonalRange),
AdjustmentChannel(raster_nodes::adjustments::AdjustmentChannel),
GridType(vector::misc::GridType),
ArcType(vector::misc::ArcType),