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

Syntax

enum Effect;

Values

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_SOLARIZE_A_01 Solarize (threshold 1).
EFFECT_SOLARIZE_A_02 Solarize (threshold 2).
EFFECT_SOLARIZE_A_03 Solarize (threshold 3).
EFFECT_SOLARIZE_A_04 Solarize (threshold 4).
EFFECT_SOLARIZE_A_05 Solarize (threshold 5).
EFFECT_SOLARIZE_A_06 Solarize (threshold 6).
EFFECT_SOLARIZE_A_07 Solarize (threshold 7).
EFFECT_SOLARIZE_A_08 Solarize (threshold 8).
EFFECT_SOLARIZE_A_09 Solarize (threshold 9).
EFFECT_SOLARIZE_A_10 Solarize (threshold 10).
EFFECT_SOLARIZE_B_01 Solarize (threshold 1) and swap the order of U and V.
EFFECT_SOLARIZE_B_02 Solarize (threshold 2) and swap the order of U and V.
EFFECT_SOLARIZE_B_03 Solarize (threshold 3) and swap the order of U and V.
EFFECT_SOLARIZE_B_04 Solarize (threshold 4) and swap the order of U and V.
EFFECT_SOLARIZE_B_05 Solarize (threshold 5) and swap the order of U and V.
EFFECT_SOLARIZE_B_06 Solarize (threshold 6) and swap the order of U and V.
EFFECT_SOLARIZE_B_07 Solarize (threshold 7) and swap the order of U and V.
EFFECT_SOLARIZE_B_08 Solarize (threshold 8) and swap the order of U and V.
EFFECT_SOLARIZE_B_09 Solarize (threshold 9) and swap the order of U and V.
EFFECT_SOLARIZE_B_10 Solarize (threshold 10) and swap the order of U and V.
EFFECT_MAX

Description

Enumerated type that indicates effects.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL