| java.lang.Object | |
| ↳ | com.atlassian.jira.util.Colours |
Contains static utility methods pertaining to colour values.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Determines whether the input string is a valid hex encoded colour value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Determines whether the input string is a valid hex encoded colour value.
See CSS Color Module for the details on how a valid value is determined.
| input | The input string to be tested. |
|---|
true if the input string is a valid hex encoded colour value. Otherwise, false.

