help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running makefiles from emacs


From: Emanuel Berg
Subject: Re: Running makefiles from emacs
Date: Fri, 02 Jul 2021 13:00:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

mrf wrote:

> In my post I illustrate the blending modes using Netpbm
> format which is easy and not compressed image format comes
> in both binary and ASCII variations and It's 8bit (1 byte
> per color channel).

So that's

  (** (** 2 8) 3) ; 16 777 216

possible colors, assuming the color channels are R, G, B, so 3
in total.

With

  (** 2 8) ; 256

shades of each color.

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]