Grayscale image: Difference between revisions

m
→‎{{header|REXX}}: changed a literal (version).
m (→‎{{header|REXX}}: changed a literal (version).)
Line 1,468:
Other alternatives to express the   ''blue''   color are:
<lang rexx> blue= "00 00 ff"x /*define the blue color (hexadecimal).*/
blue= '00 00 ffFF'x /*define the blue color (hexadecimal).*/
blue= '0000ff'x /*define the blue color (hexadecimal).*/