Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid uninitialized data after getRgbF() even for invalid colors
The other getXxxF() functions will fill in values in the out parameters even in case of Invalid cspec. So make getRgbF() behave consistently, and return the same values as getRedF() etc. do in that case. Change-Id: Ibb8b0c9526b43ce61118c04b479328dbe88d0419 Reviewed-by: Allan Sandfeld Jensen <[email protected]>
- Loading branch information