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