Package ghidra.program.model.data
Class ColorIcon
java.lang.Object
ghidra.program.model.data.ColorIcon
- All Implemented Interfaces:
Icon
ColorIcon provides a color icon patch to convey a specified color with
Alpha transparancy. This implementation was created in support of color
data types (see AbstractColorDataType).-
Method Summary
Modifier and TypeMethodDescriptionintintintReturns standardized RGB value.void
-
Method Details
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeightin interfaceIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidthin interfaceIcon
-
paintIcon
-
getRGBValue
public int getRGBValue()Returns standardized RGB value.- Returns:
- standardized RGB value
-