Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PaletteEntry Structure / PaletteEntry Constructor / PaletteEntry Constructor(Int32,Int32,Int32)
The Red channel value (0..65535).
The Green channel value (0..65535).
The Blue channel value (0..65535).

In This Topic
    PaletteEntry Constructor(Int32,Int32,Int32)
    In This Topic
    Creates a PaletteEntry with given values for the color channels.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal r As System.Integer, _
       ByVal g As System.Integer, _
       ByVal b As System.Integer _
    )
    public PaletteEntry( 
       System.int r,
       System.int g,
       System.int b
    )

    Parameters

    r
    The Red channel value (0..65535).
    g
    The Green channel value (0..65535).
    b
    The Blue channel value (0..65535).
    See Also