Choose the right blur algorithm
masterHokoBlur provides three main algorithms. Choose based on your performance vs. quality requirements:
- Box Algorithm: Fastest performance, but lower blur quality. Use this if speed is the priority.
- Gaussian Algorithm: Highest quality, but slower performance. Use this if visual fidelity is the priority.
- Stack Algorithm: Recommended for most use cases. It provides quality very close to Gaussian but with significantly better efficiency.