adjust_gamma method
adjust_gamma
Gamma-correction of an image.
def adjust_gamma(self, gamma):
    ...
| Parameter | Type | Description | 
|---|---|---|
| gamma | float | Gamma for red, green and blue channels coefficient | 
adjust_gamma
Gamma-correction of an image.
def adjust_gamma(self, gamma_red, gamma_green, gamma_blue):
    ...
| Parameter | Type | Description | 
|---|---|---|
| gamma_red | float | Gamma for red channel coefficient | 
| gamma_green | float | Gamma for green channel coefficient | 
| gamma_blue | float | Gamma for blue channel coefficient | 
See Also
- module aspose.cad
- class RasterImage