You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
First - thanks for the great library. I need some help to properly understand the terms - palette, proflle and swatch. Ok, palette should be a collection of colors. Profile - a predefined palette. Right? But this swatch thing is quite confusing. What means "RGB swatch" Why exactly RGB? That's a color representation scheme. How's that related to the actual target?
Then this text color...
public PicassoPalette intoTextColor(TextView textView) {
return this.intoBackground(textView, Swatch.TITLE_TEXT_COLOR);
}
How come setting the text color actually assigns a background or do I miss something!? The library is very useful and it already improved my view appearance a lot. But some more explanations in the docs are needed to get the most of it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First - thanks for the great library. I need some help to properly understand the terms - palette, proflle and swatch. Ok, palette should be a collection of colors. Profile - a predefined palette. Right? But this swatch thing is quite confusing. What means "RGB swatch" Why exactly RGB? That's a color representation scheme. How's that related to the actual target?
Then this text color...
How come setting the text color actually assigns a background or do I miss something!? The library is very useful and it already improved my view appearance a lot. But some more explanations in the docs are needed to get the most of it.
The text was updated successfully, but these errors were encountered: