Uses of Class
com.googlecode.lanterna.TextColor.Indexed
Packages that use TextColor.Indexed
-
Uses of TextColor.Indexed in com.googlecode.lanterna
Methods in com.googlecode.lanterna that return TextColor.IndexedModifier and TypeMethodDescriptionprivate static TextColor.Indexed
TextColor.Indexed.fromGreyRamp
(int intensity) Picks out a color from the grey-scale ramp area of the color index.static TextColor.Indexed
TextColor.Indexed.fromRGB
(int red, int green, int blue) Picks out a color approximated from the supplied RGB components