Structure defining the plane order for painting Image objects. More...
Public Member Functions | |
PlaneConfiguration (int redPlane, int greenPlane, int bluePlane) | |
Plane Configuration constructor. More... | |
PlaneConfiguration (Image img) | |
Create an appropriate default plane configuration for an image. More... | |
Public Attributes | |
readonly int | RedPlane |
Index of the red color plane. | |
readonly int | GreenPlane |
Index of the green color plane; | |
readonly int | BluePlane |
Index of the blue color plane. | |
Structure defining the plane order for painting Image objects.
PlaneConfiguration | ( | int | redPlane, |
int | greenPlane, | ||
int | bluePlane | ||
) |
Plane Configuration constructor.
redPlane | Index of the red colour plane |
greenPlane | Index of the green colour plane |
bluePlane | Index of the blue colour plane |
PlaneConfiguration | ( | Image | img | ) |
Create an appropriate default plane configuration for an image.
img | Image to create the configuration for |
NullReferenceException | If img is null |
ObjectDisposedException | If img has already been disposed |