[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmap.ApplyColorMatrix

ApplyColorMatrix Method

ApplyColorMatrix(ColorMatrix5x4, Rectangle?)

Multiplies RGBA values of the GcBitmap by a 5x4 matrix.

Declaration
public void ApplyColorMatrix(ColorMatrix5x4 colorMatrix, Rectangle? clipRect = null)
Public Sub ApplyColorMatrix(colorMatrix As ColorMatrix5x4, Optional clipRect As Rectangle? = Nothing)
Parameters
Type Name Description
ColorMatrix5x4 colorMatrix

A 5x4 matrix for altering RGBA values of the GcBitmap.

Rectangle? clipRect

The target rectangle of the GcBitmap.