ImageAttributes.SetThreshold
SetThreshold(float)
기본 범주에 대한 임계값(투명도 범위)을 설정합니다.
public void SetThreshold(float threshold)
모수 | 유형 | 설명 |
---|---|---|
threshold | Single | 임계값을 지정하는 실수입니다. |
또한보십시오
- class ImageAttributes
- 네임스페이스 Aspose.PSD
- 집회 Aspose.PSD
SetThreshold(float, ColorAdjustType)
지정된 범주에 대한 임계값(투명도 범위)을 설정합니다.
public void SetThreshold(float threshold, ColorAdjustType type)
모수 | 유형 | 설명 |
---|---|---|
threshold | Single | 최대값 또는 최소값에 매핑될 색상을 정렬하기 위한 중단점으로 사용되는 0.0에서 1.0 사이의 임계값입니다. |
type | ColorAdjustType | 의 요소ColorAdjustType 색상 임계값이 설정되는 범주를 지정합니다. |
또한보십시오
- enum ColorAdjustType
- class ImageAttributes
- 네임스페이스 Aspose.PSD
- 집회 Aspose.PSD