react-native-get-pixel_edit/ios/PNGetPixel/UIImage+RGBAAtPixel.h
2025-07-09 11:41:52 +09:00

11 lines
206 B
Objective-C

#import <UIKit/UIKit.h>
@interface UIImage (RGBAAtPixel)
- (BOOL)rgbaAtPixel:(CGPoint)point
red:(CGFloat*)red
green:(CGFloat*)green
blue:(CGFloat*)blue;
@end