Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - English

Change language to:
Français - 日本語 - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilab help >> Graphics > alufunctions

alufunctions

pixel drawing functions. This function is obsolete.

Description

src is the source ie the "value of the pixel" which we want to draw. dst is the destination ie "value of the pixel" which is already drawn.

0

clear ie "0"

1

and ie "src AND dst"

2

and reverse ie "src AND NOT dst"

3

copy ie "src"

4

and inverted ie "(NOT src) AND dst"

5

noop ie "dst"

6

xor ie "src XOR dst"

7

or ie "src OR dst"

8

nor ie "(NOT src) AND (NOT dst)"

9

equiv ie "(NOT src) XOR dst"

10

invert ie "NOT dst"

11

or reverse ie "src OR (NOT dst)"

12

copy inverted ie "NOT src"

13

or inverted ie "(NOT src) OR dst"

14

nand ie "(NOT src) OR (NOT dst)"

15

set ie "1"

<< Graphics: Getting started Graphics clear_pixmap >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:10:01 CEST 2011