Social
The Social component in app builders typically provides functionalities that allow developers to integrate social media features into their applications, facilitating interaction, sharing, and engagement with social platforms.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The Color Utils component provides a set of utility functions for working with colors in your app. This includes converting between different color formats (e.g., HEX, RGB, ARGB), blending colors, and generating random colors.
Overview
A non-visible component that provides color utility functions.
This component does not require any permissions.
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | aiValue | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | argbColor | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | firstColor | color | |
2 | secondColor | color | |
3 | ratio | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | red | int | |
2 | green | int | |
3 | blue | int | |
4 | alpha | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | hexValue | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | hexColorCode | string |