System::Drawing::Imaging::ColorMatrix::idx_set method
ColorMatrix::idx_set method
Sets the specifie value at the specified location in the matrix.
float System::Drawing::Imaging::ColorMatrix::idx_set(int row, int column, float value)
Parameter | Type | Description |
---|---|---|
row | int | A 0-based index of the row in the matrix in which to set the value |
column | int | A 0-based index of the column in the matrix in which to set the value |
value | float | A value to set |
ReturnValue
value
See Also
- Class ColorMatrix
- Namespace System::Drawing::Imaging
- Library Aspose.PUB for C++