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

In This Topic
    Premultiplied Property (GcBitmap)
    In This Topic
    Gets or sets a value indicating if the color channels for all pixels are premultiplied by the alpha channel.

    Setting this property doesn't perform actual conversion.

    Syntax
    'Declaration
     
    Public Property Premultiplied As System.Boolean
    public System.bool Premultiplied {get; set;}
    See Also