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

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

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

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