首页 > 文档 > noTint()删除显示图像的当前填充值
2017
08-08

noTint()删除显示图像的当前填充值

Name

noTint()删除显示图像的当前填充值

   

Examples

noTint()删除显示图像的当前填充值 - 第1张  | Processing编程艺术noTint()删除显示图像的当前填充值 - 第2张  | Processing编程艺术noTint()删除显示图像的当前填充值 - 第3张  | Processing编程艺术

PImage img;

img = loadImage(“laDefense.jpg”);

tint(0, 153, 204); // Tint blue

image(img, 0, 0);

noTint(); // Disable tint

image(img, 50, 0);

Description

Removes the current fill value for displaying images and reverts to displaying images with their original hues.

删除显示图像的当前填充值, 并还原为以原始色调显示图像。

Syntax

noTint()

Returns

void

Related

tint()
image()



最后编辑:
作者:卡萨布兰卡
这个作者貌似有点懒,什么都没有留下。

留下一个回复

你的email不会被公开。