When calculating a new color that is a dithered combination of two of the "basic" colors ("0" through "15"), the two "parent" colors are called "A" and "B" in this calculation: NewColorCode = 256 + ( 16 x A ) + B Using an idea originally posted by (...) (22 years ago, 26-May-02, to lugnet.cad.dev)
|