BitmapThreshold
From K-3D
Description
| Cut off chanels at a certain value |
| Plugin Status: | Stable |
| Categories: | All Plugins, Stable Plugins, Bitmap Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Input Bitmap | Input bitmap | k3d::bitmap* | input_bitmap |
| Output Bitmap | Output bitmap | k3d::bitmap* | output_bitmap |
| Red threshold | Clamp Red channel to threshold | k3d::double_t | red_threshold |
| Green threshold | Clamp Green channel to threshold | k3d::double_t | green_threshold |
| Blue threshold | Clamp Blue channel to threshold | k3d::double_t | blue_threshold |
| Alpha threshold | Clamp Alpha channel to threshold | k3d::double_t | alpha_threshold |

