Artifact fe964137ac6e502d6e76ef254908c7b6315d733e399f597912e6c7c377ec2eaf:
- File src/OFColor+Cube.h — part of check-in [cd2ac12a14] at 2025-03-29 22:29:22 on branch trunk — Add variables with a getter / setter block (user: js, size: 145) [annotate] [blame] [check-ins using]
#import <ObjFW/ObjFW.h> @interface OFColor (Cube) - (void)cube_setAsGLColor; - (void)cube_setAsGLClearColor; - (void)cube_setAsGLFogColor; @end