PlaneConfiguration Structure

CVB.Net Documentation
Structure defining the plane order for painting Image objects.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public struct PlaneConfiguration

The PlaneConfiguration type exposes the following members.

Constructors

  NameDescription
Public methodPlaneConfiguration(Image)
Create an appropriate default plane configuration for an image.
Public methodPlaneConfiguration(Int32, Int32, Int32)
Plane Configuration constructor.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields

  NameDescription
Public fieldBluePlane
Index of the blue color plane.
Public fieldGreenPlane
Index of the green color plane;
Public fieldRedPlane
Index of the red color plane.
Top
See Also

Reference