Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.1 - Português

Change language to:
English - Français - 日本語 -

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.

Ajuda Scilab >> Biblioteca de Gráficos > alufunctions

alufunctions

Funções de desenho de pixel

Descrição

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" (limpo)

1

and ie "src AND dst" (E)

2

and reverse ie "src AND NOT dst" (E NÃO, "e reverso")

3

copy ie "src" (cópia)

4

and inverted ie "(NOT src) AND dst" (NÃO, E; "e invertido")

5

noop ie "dst" ()

6

xor ie "src XOR dst" (UM OU OUTRO)

7

or ie "src OR dst" (OU)

8

nor ie "(NOT src) AND (NOT dst)" (NÃO, E NÃO; nem um, nem outro)

9

equiv ie "(NOT src) XOR dst" (NÃO UM OU O OUTRO; equivalência)

10

invert ie "NOT dst" (NÃO)

11

or reverse ie "src OR (NOT dst)" (OU NÃO; ou reverso)

12

copy inverted ie "NOT src" (cópia invertida)

13

or inverted ie "(NOT src) OR dst" (NÃO, OU invertido)

14

nand ie "(NOT src) OR (NOT dst)" (NÃO OU NÃO, pelo menos um não)

15

set ie "1" (ajustado)

<< Graphics Biblioteca de Gráficos 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:
Thu Mar 03 11:00:36 CET 2011