Uses of Class
com.googlecode.lanterna.TextColor.Indexed
-
Packages that use TextColor.Indexed Package Description com.googlecode.lanterna -
-
Uses of TextColor.Indexed in com.googlecode.lanterna
Methods in com.googlecode.lanterna that return TextColor.Indexed Modifier and Type Method Description private 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
-