Gdk.Pixbuf.NChannels Property
The number of channels on a Pixbuf

Syntax

[GLib.Property("n-channels")]
public int NChannels { get; }

Value

Returns the number of channels on a Pixbuf

Remarks

The possible values are 3 (for RGB encoding) and 4 (for RGB with an alpha transparency channel encoding).

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)