Uses of Class
net.sourceforge.plantuml.quantization.QColor
Packages that use QColor
-
Uses of QColor in net.sourceforge.plantuml.quantization
Fields in net.sourceforge.plantuml.quantization declared as QColorModifier and TypeFieldDescriptionstatic final QColorQColor.BLACKstatic final QColorQColor.BLUEstatic final QColorQColor.GREENstatic final QColorQColor.REDstatic final QColorQColor.WHITEMethods in net.sourceforge.plantuml.quantization that return QColorModifier and TypeMethodDescriptionstatic QColorQColor.fromArgbInt(ColorMapper mapper, int rgb) static QColorQColor.fromRgbInt(int rgb) static QColorQColor.getCentroid(Multiset<QColor> colors) QImage.getColor(int index) QImage.getColor(int x, int y) QColor.getNearestColor(Collection<QColor> colors) Find this color's nearest neighbor, based on Euclidean distance, among some set of colors.QColor.scaled(double s) Methods in net.sourceforge.plantuml.quantization that return types with arguments of type QColorModifier and TypeMethodDescriptionQuantize the given set of colors, returning a set no larger thanmaxColors.Methods in net.sourceforge.plantuml.quantization with parameters of type QColorModifier and TypeMethodDescriptionstatic QImageQImage.fromColors(QColor[][] colors) doubleQColor.getEuclideanDistanceTo(QColor that) Method parameters in net.sourceforge.plantuml.quantization with type arguments of type QColorModifier and TypeMethodDescriptionDither the given image, producing a new image which only contains colors from the given color set.static QColorQColor.getCentroid(Multiset<QColor> colors) QColor.getNearestColor(Collection<QColor> colors) Find this color's nearest neighbor, based on Euclidean distance, among some set of colors.Quantize the given set of colors, returning a set no larger thanmaxColors.