SAP ABAP Data Element VBI_DELTA_COLOR (Color Delta description)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-VBZ (Application Component) Visual Business -> please use CA-GTF-VBZ
     VBI_CORE (Package) Visual Business Core Objects
Basic Data
Data Element VBI_DELTA_COLOR
Short Description Color Delta description  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type CHAR   Character String 
Length 25    
Decimal Places 0    
Output Length 25    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 DeltaColor 
Medium 15 Delta Color 
Long 20 Delta Color 
Heading 50 Delta Color description 
Documentation

Definition

Color Delta description in RHLS(A) (Relative Hue, Lumination, Saturation, Alpha). Alternatively you can specify a distinct color in one of the supported color models RGB (Red, Green, Blue), RGBA (Red, Green, Blue, Alpha), HLS (Hue, Lumination, Saturation), or HLSA (Hue, Lumination, Saturation, Alpha).

Use

Using the RHLS(A) model you can specify a delta for each HLS component and the alpha channel. The Hue delta (Hue shift) is measured in degree, where the possible value range is 0 to 360 degree. The delta values for lumination, saturation and transparency are defined as factors, where a factor of 1 leaves the value unchanged.

Using a distinct color replaces the original color.

Dependencies

Example

Lighten by 20%: RHLS(0;1.2;1)
Desaturate by 50%: RHLS(0;1;0.5)
Increase transparency by 10%: RHLSA(0;1;1;0.91)

Shift Hue by 20 degree: RHLS(20;1;1)

History
Last changed by/on SAP  20140802 
SAP Release Created in 100