Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Indexed4bppBitmap Class / Premultiplied Property

In This Topic
    Premultiplied Property (Indexed4bppBitmap)
    In This Topic
    Gets or sets a value indicating if the color channels for all pixels are premultiplied by the alpha channel.
    Syntax
    'Declaration
     
    Public Property Premultiplied As System.Boolean
    public System.bool Premultiplied {get; set;}
    See Also