Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PaletteEntry Structure / G Property

In This Topic
    G Property (PaletteEntry)
    In This Topic
    Gets or sets a value of the Green channel.

    If applicable, the value must be premultiplied by the associated alpha component.

    Syntax
    'Declaration
     
    Public Property G As System.UShort
    public System.ushort G {get; set;}
    See Also