ImageAttributes.SetGamma
SetGamma(float)
기본 범주에 대한 감마 값을 설정합니다.
public void SetGamma(float gamma)
모수 | 유형 | 설명 |
---|---|---|
gamma | Single | 감마 보정 값입니다. |
또한보십시오
- class ImageAttributes
- 네임스페이스 System.Drawing.Imaging
- 집회 Aspose.Drawing
SetGamma(float, ColorAdjustType)
지정된 범주에 대한 감마 값을 설정합니다.
public void SetGamma(float gamma, ColorAdjustType type)
모수 | 유형 | 설명 |
---|---|---|
gamma | Single | 감마 보정 값입니다. |
type | ColorAdjustType | 의 요소ColorAdjustType 감마 값이 설정되는 범주를 지정하는 열거형 입니다. |
또한보십시오
- enum ColorAdjustType
- class ImageAttributes
- 네임스페이스 System.Drawing.Imaging
- 집회 Aspose.Drawing