[]
Multiplies RGBA values of the GcBitmap by a 5x4 matrix.
public void ApplyColorMatrix(ColorMatrix5x4 colorMatrix, Rectangle? clipRect = null)
Public Sub ApplyColorMatrix(colorMatrix As ColorMatrix5x4, Optional clipRect As Rectangle? = Nothing)
Type | Name | Description |
---|---|---|
ColorMatrix5x4 | colorMatrix | A 5x4 matrix for altering RGBA values of the GcBitmap. |
Rectangle? | clipRect | The target rectangle of the GcBitmap. |