palette-restrictor
Clamps output TOP colors to a specific palette
This TOP component runs a texture through a shader to limit the output colors to only those in the second TOP.
Inputs ◀
A texture which will be transformed
A texture which contains one pixel for each color that will be in the output texture
Outputs ▶
A texture with a restricted color palette
Parameters ☑
None! 🚫🚫🚫
elle
Downloads: 532
Created at: 6.1.2021
1.1
Uploaded: 6.1.2021
changes distance to the
float currDist = dot(startingCol - pCol, startingCol - pCol);
which is a sizable speedup for higher res inputs
Download