Plugin Preview
About this plugin
GLSL Filter
GLSL Filterはレイヤー対してGLSLを用いて任意のエフェクトをかけた画像を生成することができるプラグインです。
簡単な色の調整から、ノイズを用いた高度なエフェクトまで、様々な効果を施すことが可能です。
補助関数
いくつかの補助関数も用意されており、より手軽にGLSLを記述することができます。#include
を利用して必要な関数を読み込んでください。
■ #include <noise>
Simplexノイズが利用できます。
float noise( vec4 coord )
■ #include <random>
乱数が利用できます。
float random( vec2 coord )
■ #include <hsv>
RGB↔HSVの変換が行なえます。
vec3 rgb2hsv( vec3 rgb )
vec3 hsv2rgb( vec3 hsv )
詳しくはプリセットを参照ください。
--------------
GLSL Filter
GLSL Filter is a plug-in that can generate images with arbitrary effects applied using GLSL to layers.
Various effects can be applied, from simple color adjustment to advanced effects using noise.
Utility Functions
Several auxiliary functions are also provided to allow you to write GLSL more easily. Please use #include to load the necessary functions.
■ #include <noise>
Simplex noise is available.
float noise( vec4 coord )
■ #include <random>
Random numbers are available.
float random( vec2 coord )
■ #include <hsv>
RGB↔HSV conversion is available.
vec3 rgb2hsv( vec3 rgb )
vec3 hsv2rgb( vec3 hsv )
See presets for details.
Plugin Details
Version | 2 |
---|---|
Created | July 28, 2023 |
Last Updated | January 31, 2024 |
Category | editing & effects plugins |
Creator | ukonpower@junni |
Stats | 135 installs, 4 likes |
Pricing | Free |
Technical Details
- API:1.0.0
- UI:./dist/index.html
- main:./dist/plugin.js
- Editor Types:figma
- Allowed Domains:
- none
More Like This
Discover other plugins in the editing & effects plugins category.