9.35 Saturate
On this page:
9.35.1 Parameters
9.35.2 Examples
9.35.2.1 Simple Saturation example

9.35 Saturate

Saturates the colors of the textures that it controls. Essentially the colors become more vivid. The level of saturation applied is fixed.

9.35.1 Parameters

 

Parameters

 

Default

 

Range    

 

Description

 

GlobalMode

 

0

 

[0,1]

 

See GlobalMode.

Input pattern: (A)
Image-Op: Depends on the GlobalMode parameter.

9.35.2 Examples
9.35.2.1 Simple Saturation example

This style saturates the colors of the user media. We use the generic FragmentProgram effect to create our saturation effect.

; muSE v2
; 
;  My super awesome style.
;  The style saturates the user media.
 
(style-parameters)
 
(segment-durations 8.0)
 
(define muvee-global-effect
  (effect-stack (effect "Perspective" (A))
                (effect "CropMedia" (A))
                (effect "FragmentProgram" (A)
                        (param "ProgramString" ColorMode_Saturated))))