System::Drawing::Imaging::ImageAttributes::SetColorMatrix metode
ImageAttributes::SetColorMatrix method
Mengatur matriks penyesuaian warna.
void System::Drawing::Imaging::ImageAttributes::SetColorMatrix(const SharedPtr<ColorMatrix> &newColorMatrix, ColorMatrixFlag mode=ColorMatrixFlag::Default, ColorAdjustType type=ColorAdjustType::Default)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| newColorMatrix | const SharedPtr<ColorMatrix>& | Matriks penyesuaian warna yang akan diatur |
| mode | ColorMatrixFlag | Menentukan jenis gambar dan warna yang akan dipengaruhi oleh matriks penyesuaian warna |
| tipe | ColorAdjustType | Menentukan tipe objek yang matriks penyesuaian warna diatur |
Lihat Juga
- Typedef SharedPtr
- Class ColorMatrix
- Enum ColorMatrixFlag
- Enum ColorAdjustType
- Class ImageAttributes
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++