aboutsummaryrefslogtreecommitdiff
path: root/graphics/colormasks.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/colormasks.h')
-rw-r--r--graphics/colormasks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/colormasks.h b/graphics/colormasks.h
index c5e463e2c2..b8bfe26535 100644
--- a/graphics/colormasks.h
+++ b/graphics/colormasks.h
@@ -48,7 +48,8 @@ The meaning of these is masks is the following:
R = ((color & kRedMask) >> kRedShift) << (8-kRedBits)
Actually, instead of the simple left shift, one might want to use somewhat
- more sophisticated code (which fills up the lower most bits.
+ more sophisticated code (which fills up the least significant bits with
+ appropriate data).
The highBits / lowBits / qhighBits / qlowBits are special values that are