SetGamma
SetGamma(float)
设置默认类别的伽玛值。
public void SetGamma(float gamma)
范围 | 类型 | 描述 |
---|---|---|
gamma | Single | 伽玛校正值。 |
也可以看看
- class ImageAttributes
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
SetGamma(float, ColorAdjustType)
设置指定类别的伽玛值。
public void SetGamma(float gamma, ColorAdjustType type)
范围 | 类型 | 描述 |
---|---|---|
gamma | Single | 伽玛校正值。 |
type | ColorAdjustType | 的一个元素ColorAdjustType 枚举,指定为其设置 Gamma 值的类别。 |
也可以看看
- enum ColorAdjustType
- class ImageAttributes
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging