Module canvas
Source - ArcCanvas
- An image buffer that can be shared across threads..
- BytePlane
- Represents a single matrix like layer of an image.
- BytePlaneAtomics
- Represents a single matrix like layer of a shared image.
- BytePlaneCells
- Represents a single matrix like layer of a shared image.
- BytePlaneMut
- Represents a single matrix like layer of an image.
- BytePlaneRef
- Represents a single matrix like layer of an image.
- ChannelsMut
- Represent a single matrix with uniform channel type.
- ChannelsRef
- Represent a single matrix with uniform channel type.
- PlaneMut
- Represents a single mutable matrix like layer of an image.
- PlaneRef
- Represents a single matrix like layer of an image.
- RcCanvas
- An image buffer that can be shared within a thread.