public class ParticleColor extends Object
| Constructor and Description |
|---|
ParticleColor() |
ParticleColor(byte r,
byte g,
byte b,
byte a) |
ParticleColor(javafx.scene.paint.Color color) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isZero() |
void |
set(byte r,
byte g,
byte b,
byte a) |
void |
set(javafx.scene.paint.Color color) |
void |
set(ParticleColor color) |
public ParticleColor()
public ParticleColor(byte r,
byte g,
byte b,
byte a)
public ParticleColor(javafx.scene.paint.Color color)
public void set(javafx.scene.paint.Color color)
public void set(ParticleColor color)
public boolean isZero()
public void set(byte r,
byte g,
byte b,
byte a)
Copyright © 2017. All rights reserved.