public class RGB extends Object
RGB(int red, int green, int blue, double alpha)
double
getAlpha()
int
getBlue()
getGreen()
getRed()
RGB
minus(RGB other)
plus(RGB other)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public RGB(int red, int green, int blue, double alpha)
public RGB plus(RGB other)
public RGB minus(RGB other)
public double getAlpha()
public int getRed()
public int getBlue()
public int getGreen()
public String toString()
toString
Object
Copyright © 2023. All rights reserved.