Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / ApplyColorMatrix Method
A 5x4 matrix for altering RGBA values of the GcBitmap.
The target rectangle of the GcBitmap.

In This Topic
    ApplyColorMatrix Method
    In This Topic
    Multiplies RGBA values of the GcBitmap by a 5x4 matrix.
    Syntax
    'Declaration
     
    Public Sub ApplyColorMatrix( _
       ByVal colorMatrix As ColorMatrix5x4, _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    ) 
    public void ApplyColorMatrix( 
       ColorMatrix5x4 colorMatrix,
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    colorMatrix
    A 5x4 matrix for altering RGBA values of the GcBitmap.
    clipRect
    The target rectangle of the GcBitmap.
    See Also