Structure defining the plane order for painting Image objects.
More...
|
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() [1/2]
Plane Configuration constructor.
- Parameters
-
redPlane | Index of the red colour plane |
greenPlane | Index of the green colour plane |
bluePlane | Index of the blue colour plane |
◆ PlaneConfiguration() [2/2]
Create an appropriate default plane configuration for an image.
- Parameters
-
img | Image to create the configuration for |
- Exceptions
-
NullReferenceException | If img is null |
ObjectDisposedException | If img has already been disposed |