Differences From Artifact [7398d21dd3]:
- File src/OFColor+Cube.h — part of check-in [932a90c261] at 2025-03-29 13:01:06 on branch trunk — Make more use of OFColor (user: js, size: 83) [annotate] [blame] [check-ins using]
To Artifact [fe964137ac]:
- 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]
1 2 3 4 5 | #import <ObjFW/ObjFW.h> @interface OFColor (Cube) - (void)cube_setAsGLColor; @end | > > | 1 2 3 4 5 6 7 | #import <ObjFW/ObjFW.h> @interface OFColor (Cube) - (void)cube_setAsGLColor; - (void)cube_setAsGLClearColor; - (void)cube_setAsGLFogColor; @end |