nn::camera::CTR::Effect Enumerated Type

Syntax

enum Effect;

Value

Value Description
EFFECT_NONE No effects.
EFFECT_MONO Monochrome tone.
EFFECT_SEPIA Sepia tone.
EFFECT_NEGATIVE Negative (positive/negative value inversion).
EFFECT_NEGAFILM Film-tone negative (same as NEGATIVE, but the order of U and V is swapped).
EFFECT_SEPIA01 Sepia tone.
EFFECT_MAX

Description

Enumerated type that indicates effects.

Revision History

2012/07/18
Deleted values that cannot be used.
2010/01/07
Initial version.

CONFIDENTIAL