RGB components.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public class RGB

Remarks

The class encapsulates RGB color components.

Note:PixelFormat.Format24bppRgb actually means BGR format.

Inheritance Hierarchy

System..::.Object
  AForge.Imaging..::.RGB

See Also