fix(renderer): correct alpha value setting in renderer property handler
- Updated the alpha property handler to set the clear alpha value correctly, changing the logic from `1` for true to `0` for true, ensuring proper rendering behavior.
- This change enhances the renderer's functionality and aligns with expected behavior for alpha transparency.