To use the asset, drop its "MobileColorPicker" block into your screen and supply the input parameters:
Once the user selects a color from the picker, the block's "OnColorSelected" event is triggered. This event has a single input parameter containing the hexadecimal code of the color selected by the user.
Here's an example of a client action that handles that event and assigns the color selected by the user to a local variable: