ImageAttributes.SetThreshold

SetThreshold(float)

기본 범주에 대한 임계값(투명도 범위)을 설정합니다.

public void SetThreshold(float threshold)
모수유형설명
thresholdSingle임계값을 지정하는 실수입니다.

또한보십시오


SetThreshold(float, ColorAdjustType)

지정된 범주에 대한 임계값(투명도 범위)을 설정합니다.

public void SetThreshold(float threshold, ColorAdjustType type)
모수유형설명
thresholdSingle최대값 또는 최소값에 매핑될 colors 를 정렬하기 위한 중단점으로 사용되는 0.0에서 1.0 사이의 임계값입니다.
typeColorAdjustType의 요소ColorAdjustType which 색상 임계값이 설정된 범주를 지정합니다.

또한보십시오