Bitmap.Channels Property

Gets an object which provides access to various operations with bitmap channels.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public ChannelsProvider Channels { get; }

Property Value

A ChannelsProvider object containing methods which allow operating with bitmap channels.

Examples

C#
bitmap.Channels.SetAlpha(0.5f);

See Also

Reference

Manual