BitmapChecker
From K-3D
Description
| Generates a checker-pattern bitmap |
| Plugin Status: | Stable |
| Categories: | All Plugins, Stable Plugins, Bitmap Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Output Bitmap | Output bitmap | k3d::bitmap* | output_bitmap |
| Width | Bitmap width | k3d::int32_t | width |
| Height | Bitmap height | k3d::int32_t | height |
| Check width | Check (rectangle) width | k3d::int32_t | check_width |
| Check height | Check (rectangle) height | k3d::int32_t | check_height |
| Color 1 | First check color | k3d::color | color1 |
| Color 2 | Second check color | k3d::color | color2 |

