|
SetBlendingQuality Statement:
Set image and text dithering quality
| Object.SetBlendingQuality
quality
|
Parameters:
quality - has integer type. Possible values: [0-3]. It has the
following parameters: 0 - Quality Default. Specifies that gamma
correction is not applied. 1 - Quality High Speed. Specifies that
gamma correction is not applied. 2 - Quality High Quality.
Specifies that gamma correction is applied. 3 - Quality Gamma
Corrected. Specifies that gamma correction is applied. 4 -
Quality Assume Linear. Specifies that gamma correction is not applied.
|
Sample: object.SetBlendingQuality
1
SetBlendingQuality method specifies whether gamma correction is applied when
colors are blended with background colors.
See also
SetBlendingMode ,
SetBlendingQuality
More samples:
|