23OF_ASSUME_NONNULL_BEGIN
63 sourceRect: (
OFRect)sourceRect
64 destinationRect: (
OFRect)destinationRect;
73OF_SUBCLASSING_RESTRICTED
80 OFPixelFormat _pixelFormat;
90+ (instancetype)canvasWithDestinationImage: (
OFMutableImage *)image;
92- (instancetype)init OF_UNAVAILABLE;
An implementation of <OFCanvas> that draws to an OFImage.
Definition OFCanvas.h:76
A class for storing a color.
Definition OFColor.h:31
A class representing an image.
Definition OFImage.h:117
A class representing a mutable image.
Definition OFMutableImage.h:30
The root class for all other classes inside ObjFW.
Definition OFObject.h:956
A protocol for a canvas that can be drawn to.
Definition OFCanvas.h:34
OFColor * backgroundColor
The background color of the canvas.
Definition OFCanvas.h:38
instancetype retain()
Increases the retain count.
A rectangle.
Definition OFObject.h:343