System::Drawing::Imaging::ImageAttributes::SetColorMatrix طريقة
ImageAttributes::SetColorMatrix method
يضبط مصفوفة تعديل اللون.
void System::Drawing::Imaging::ImageAttributes::SetColorMatrix(const SharedPtr<ColorMatrix> &newColorMatrix, ColorMatrixFlag mode=ColorMatrixFlag::Default, ColorAdjustType type=ColorAdjustType::Default)
| معامل | نوع | الوصف |
|---|---|---|
| newColorMatrix | const SharedPtr<ColorMatrix>& | مصفوفة تعديل اللون لتعيينها |
| mode | ColorMatrixFlag | يحدد نوع الصورة واللون الذي سيتأثر بمصفوفة تعديل اللون |
| نوع | ColorAdjustType | يحدد نوع الكائنات التي يتم تعيين مصفوفة تعديل اللون لها |
انظر أيضًا
- Typedef SharedPtr
- Class ColorMatrix
- Enum ColorMatrixFlag
- Enum ColorAdjustType
- Class ImageAttributes
- Namespace System::Drawing::Imaging
- Library Aspose.Font for C++