Sharpen
Applies a sharpening effect to the input texture using a convolution kernel. It calculates the sharpened color of each pixel by enhancing the details in the center pixel and subtracting a fraction of the neighboring pixels.
Parameters
texture
Texture: The input texture to be filtered. Default: The entire canvas
resolution
Vec2: The resolution of the input texture. Default: vec2(1.0)
sharpness
Float: The intensity of the sharpening effect. Default: 1.5