Schemas / Pixel / raster
rig.pixel.composite
v0.31.0 · draft 1 field 0 required
Fields
| Field | Type | Meaning | |
|---|---|---|---|
enabled |
bool | optional | Optional. Run the layer stack; absent = true |
Stack policy for the pixel compositor.
Layer order stays on rig.spatial.layer order. Blend stays on rig.render.blend.
JSON Schema
Resolves at https://rig.works/schemas/rig.pixel.composite.schema.json —
raw file.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://rig.works/schemas/rig.pixel.composite.schema.json",
"title": "rig.pixel.composite",
"type": "object",
"additionalProperties": false,
"properties": {
"enabled": {
"$ref": "./_defs.schema.json#/$defs/bool"
}
}
}