Skip to content

Commit 26aebf9

Browse files
committed
Add comment about temporary macro definitions
1 parent 11961d7 commit 26aebf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src_c/pixelarray_methods.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
wb * (b1 - b2) * (b1 - b2)) / \
2929
255.0)
3030

31+
// TODO: once things are fully ported, consolidate PXM_GET_PIXELVALS
32+
// and PXM_GET_PIXELVALS_1 back into GET_PIXELVALS and GET_PIXELVALS_1
33+
// from surface.h
3134
#define PXM_GET_PIXELVALS(_sR, _sG, _sB, _sA, px, fmt, palette, ppa) \
3235
PG_GetRGBA(px, fmt, palette, &(_sR), &(_sG), &(_sB), &(_sA)); \
3336
if (!ppa) { \

0 commit comments

Comments
 (0)