22OF_ASSUME_NONNULL_BEGIN
37@property (readonly, nonatomic)
void *mutablePixels OF_RETURNS_INNER_POINTER;
60+ (instancetype)imageWithSize: (
OFSize)size
61 pixelFormat: (OFPixelFormat)pixelFormat;
73+ (instancetype)imageWithSize: (
OFSize)size
74 pixelFormat: (OFPixelFormat)pixelFormat
86- (instancetype)initWithSize: (
OFSize)size
87 pixelFormat: (OFPixelFormat)pixelFormat;
99- (instancetype)initWithSize: (
OFSize)size
100 pixelFormat: (OFPixelFormat)pixelFormat
A class representing a color space.
Definition OFColorSpace.h:51
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
OFColorSpace * colorSpace
The color space of the image.
Definition OFMutableImage.h:45
OFSize dotsPerInch
The dots per inch of the image or (0, 0) if unknown.
Definition OFMutableImage.h:50
void makeImmutable()
Converts the mutable image to an immutable image.
Definition OFMutableImage.m:148
instancetype retain()
Increases the retain count.
A point in 2D space.
Definition OFObject.h:251
A size.
Definition OFObject.h:297