9.38 Sepia
On this page:
9.38.1 Parameters
9.38.2 Examples
9.38.2.1 Simple sepia-tone conversion

9.38 Sepia

Applies a sepia tone to the textures in the scene.

9.38.1 Parameters

 

Parameters

 

Default

 

Range    

 

Description

 

SepiaMode

 

0

 

{0,1}

 

  • 0: The individual pixels are multiplied with a sepia matrix

  • 1: The individual pixels are greyscaled first and then given a brownish tint

 

 

 

 

 

GlobalMode

 

0

 

[0,1]

 

See GlobalMode.

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

9.38.2 Examples
9.38.2.1 Simple sepia-tone conversion

This style converts the user media to a sepia-toned version.

; muSE v2
; 
;  My super awesome style.
;  It turns the user media to sepia.
 
(style-parameters)
 
(segment-durations 8.0)
 
(define muvee-global-effect
  (effect-stack (effect "Perspective" (A))
                (effect "CropMedia" (A))
                (effect "Sepia" (A))))