@PublicApi
public interface DropDownCreatorService
Modifier and Type | Method and Description |
---|---|
byte[] |
getDropdown(String colorHex,
String backgroundColorHex)
Get the bytes for a dropdown image for the given colours.
|
byte[] getDropdown(String colorHex, String backgroundColorHex)
Input strings can ontain a leading hash (#) and can be a 3 char or 6 char hex string. See any web tutorial for what colour the string represents. If hex colors are wrong, default colours are returned. Black arrow and a transparent white background.
colorHex
- The main color of the dropdownbackgroundColorHex
- The background colour of the dropdown. This will also be transparent. Useful for IE6Copyright © 2002-2019 Atlassian. All Rights Reserved.