Specify a layer's hue setting
#include <gf/gf.h>
void gf_layer_set_hue( gf_layer_t layer,
                       int hue );
- layer
  
- A pointer to the gf_layer_t handle of the layer you want to set the hue for.
  
- hue
  
- The hue level of layer, in the range of -127 to 128, with 0 indicating normal hue.
gf
This function controls the hue for a layer.
|  | 
This function only affects layers in YUV format.
    Changes to the layer's parameters are enqueued.  You need to call gf_layer_update() to make them take effect.  The gf_layer_update() call will return something other than GF_ERR_OK if the layer doesn't have the GF_LAYER_CAP_SET_HUE attribute (see gf_layer_query()). | 
QNX Graphics Framework
| Safety: |  | 
|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes | 
gf_display_attach(),
gf_layer_detach(),
gf_layer_disable(),
gf_layer_enable(),
gf_layer_update(),
gf_layer_query()