Bow Tie Kreative VIDEO Grammar

Production rules · Color & VFX

COL-008

Soft rule priority 64 domain: color_vfx texture

Rationale

Texture mismatch separates elements even when color matches.

IF — conditions (all must hold)

  • vfx.texture_match_score lt 0.75

THEN — actions

  • propose "match_grain_noise_sharpness_at_output_scale"

This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.

Full record

rules/production_rules.json
{
  "id": "COL-008",
  "domain": "color_vfx",
  "priority": 64,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "vfx.texture_match_score",
      "op": "lt",
      "value": 0.75
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "match_grain_noise_sharpness_at_output_scale"
    }
  ],
  "rationale": "Texture mismatch separates elements even when color matches.",
  "tags": [
    "texture"
  ]
}

This rule as JSON → · Evaluate a context →