| Anterior | Siguiente |
| STATUS_GRAPHICS_INVALID_GAMMA_RAMP | STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED |
STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED
Qué significa STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED
STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED es una capability del path. Los datos de gamma pueden ser perfectamente válidos y aun no ser aplicables con ese source/target/mode/driver configuration.
Debe diferenciarse de INVALID_GAMMA_RAMP, donde el problema sí está en el contenido de la curva.
Qué comprobar
- Capture source/target y mode activos.
- Compruebe si ese present path anuncia gamma-ramp support.
- No modifique los valores de la curva para corregir una capability ausente.
- Use la ruta de color management soportada por esa configuración.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.