AppGyver
Changelog
Bugs and feature requests
AppGyver Academy
Search…
Home
Changelog
Start Learning Composer Pro
Troubleshooting — FAQ
SAP AppGyver on Business Technology Platform
Bugs and feature requests
Using Composer Pro
Introduction
The App Builder
User Interface
Creating user interfaces
Components
Navigation
Variable editor
Themes
App logic
App logic overview
Variables
Device sensors
Debugging
Events
Custom JavaScript
Data
File Uploads
Configuring data resources
REST API direct integration
Authentication
Google Firebase connector
Migrate AppGyver Cloud Storage to Firebase
Messaging
Push notifications
Publishing / Distribution
Build Service & Required assets
Reference
Flow functions reference
Formula functions reference
Bitwise
Color
ALPHA
BLUE
COLOR
DARKEN
DESATURATE
FADE_IN
FADE_OUT
GREEN
HSL
HUE
LIGHTEN
LIGHTNESS
MIX
RED
RGB
SATURATE
SATURATION
SET_ALPHA
SET_BLUE
SET_GREEN
SET_HUE
SET_LIGHTNESS
SET_RED
SET_SATURATION
SHIFT_HUE
Date
Engineering
Financial
List
Math
Object
Statistical
Text
Utility
Page properties reference
Sensor variables reference
System variables reference
Style properties reference
Policies & Guidelines
Issue reporting guidelines
Legacy documentation
AppGyver Cloud Storage
Powered By
GitBook
SHIFT_HUE
Rotate hue with by given angle
Description
Returns the given color with the hue component rotated by the given angle.
Function signature
1
SHIFT_HUE
(
color
:
String
,
angle
:
Number
)
=>
String
Copied!
Parameter
Description
Color
Color
Angle
Angle to rotate hue
Examples
Formula
Return value
SHIFT_HUE("rgb(10, 20, 40)", 90)
rgb(40,10,35)
SHIFT_HUE("#ffaa77", 90)
rgb(136,255,119)
Previous
SET_SATURATION
Next
Date
Last modified
2yr ago
Export as PDF
Copy link
Contents
Description
Function signature
Examples