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