java 龙猫在加工

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java 龙猫在加工相关的知识,希望对你有一定的参考价值。

final color PAPER = color(90, 85, 80);

final color INK1 = color(240);
final color INK2 = color(30);
final color INK3 = color(230, 210, 170);


void setup() {
  size(480, 640);
  noLoop();
}

void draw() {

  final float S = min(width, height);
  final float U = 0.002;

  translate(0.50*width, 0.25*height);
  scale(S);

  background(PAPER);

  noStroke();

  fill(INK1);
  ellipse(-0.30, 0.0, 0.2, 0.2);
  ellipse( 0.30, 0.0, 0.2, 0.2);

  fill(INK2);
  ellipse(-0.25, 0.0, 0.1, 0.1);
  ellipse( 0.25, 0.0, 0.1, 0.1);

  ellipse(0.0, 0.05, 0.1, 0.02);
  ellipse(0.0, 0.06, 0.03, 0.02);

  fill(INK3);
  ellipse(0.0, 1.0, 1.5, 1.5);

  fill(PAPER);
  ellipse( 0.0, 0.45, 0.2, 0.2);
  fill(INK3);
  ellipse( 0.0, 0.48, 0.3, 0.2);

  fill(PAPER);
  ellipse(-0.2, 0.55, 0.2, 0.2);
  ellipse( 0.2, 0.55, 0.2, 0.2);
  fill(INK3);
  ellipse(-0.2, 0.58, 0.3, 0.2);
  ellipse( 0.2, 0.58, 0.3, 0.2);

  save("totoro.png");
}

以上是关于java 龙猫在加工的主要内容,如果未能解决你的问题,请参考以下文章

Geek爱旅行 - 龙猫

U周报 | 《龙猫》曝光中国版海报/Microsoft 更新 Office 系列图标/捏脸APP火爆朋友圈/首例基因编辑婴儿诞生

龙猫Python简单学

JAVA时间加工类

Java- 多机调度(贪心算法)

使用Scala的强大api快速加工数据