1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7<title>Effect</title>
8  </head>
9  <body>
10<h1><CODE>nn::camera::CTR::Effect</CODE> Enumerated Type</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14enum Effect;
15</pre>
16    </div>
17<h2>Values</h2>
18    <div class="section">
19      <table class="arguments">
20        <thead>
21          <tr>
22<th>Value</th>
23<td>Description</td>
24          </tr>
25        </thead>
26        <tr>
27<th>EFFECT_NONE</th>
28<td>No effects.</td>
29        </tr>
30        <tr>
31<th>EFFECT_MONO</th>
32<td>Monochrome tone.</td>
33        </tr>
34        <tr>
35<th>EFFECT_SEPIA</th>
36<td>Sepia tone.</td>
37        </tr>
38        <tr>
39<th>EFFECT_NEGATIVE</th>
40<td>Negative (positive/negative value inversion).</td>
41        </tr>
42        <tr>
43<th>EFFECT_NEGAFILM</th>
44<td>Film-tone negative (same as <CODE>NEGATIVE</CODE>, but the order of U and V is swapped).</td>
45        </tr>
46        <tr>
47<th>EFFECT_SEPIA01</th>
48<td>Sepia tone.</td>
49        </tr>
50        <tr>
51<th>EFFECT_SOLARIZE_A_01</th>
52<td>Solarize (threshold 1).</td>
53        </tr>
54        <tr>
55<th>EFFECT_SOLARIZE_A_02</th>
56<td>Solarize (threshold 2).</td>
57        </tr>
58        <tr>
59<th>EFFECT_SOLARIZE_A_03</th>
60<td>Solarize (threshold 3).</td>
61        </tr>
62        <tr>
63<th>EFFECT_SOLARIZE_A_04</th>
64<td>Solarize (threshold 4).</td>
65        </tr>
66        <tr>
67<th>EFFECT_SOLARIZE_A_05</th>
68<td>Solarize (threshold 5).</td>
69        </tr>
70        <tr>
71<th>EFFECT_SOLARIZE_A_06</th>
72<td>Solarize (threshold 6).</td>
73        </tr>
74        <tr>
75<th>EFFECT_SOLARIZE_A_07</th>
76<td>Solarize (threshold 7).</td>
77        </tr>
78        <tr>
79<th>EFFECT_SOLARIZE_A_08</th>
80<td>Solarize (threshold 8).</td>
81        </tr>
82        <tr>
83<th>EFFECT_SOLARIZE_A_09</th>
84<td>Solarize (threshold 9).</td>
85        </tr>
86        <tr>
87<th>EFFECT_SOLARIZE_A_10</th>
88<td>Solarize (threshold 10).</td>
89        </tr>
90        <tr>
91<th>EFFECT_SOLARIZE_B_01</th>
92<td>Solarize (threshold 1) and swap the order of U and V.</td>
93        </tr>
94        <tr>
95<th>EFFECT_SOLARIZE_B_02</th>
96<td>Solarize (threshold 2) and swap the order of U and V.</td>
97        </tr>
98        <tr>
99<th>EFFECT_SOLARIZE_B_03</th>
100<td>Solarize (threshold 3) and swap the order of U and V.</td>
101        </tr>
102        <tr>
103<th>EFFECT_SOLARIZE_B_04</th>
104<td>Solarize (threshold 4) and swap the order of U and V.</td>
105        </tr>
106        <tr>
107<th>EFFECT_SOLARIZE_B_05</th>
108<td>Solarize (threshold 5) and swap the order of U and V.</td>
109        </tr>
110        <tr>
111<th>EFFECT_SOLARIZE_B_06</th>
112<td>Solarize (threshold 6) and swap the order of U and V.</td>
113        </tr>
114        <tr>
115<th>EFFECT_SOLARIZE_B_07</th>
116<td>Solarize (threshold 7) and swap the order of U and V.</td>
117        </tr>
118        <tr>
119<th>EFFECT_SOLARIZE_B_08</th>
120<td>Solarize (threshold 8) and swap the order of U and V.</td>
121        </tr>
122        <tr>
123<th>EFFECT_SOLARIZE_B_09</th>
124<td>Solarize (threshold 9) and swap the order of U and V.</td>
125        </tr>
126        <tr>
127<th>EFFECT_SOLARIZE_B_10</th>
128<td>Solarize (threshold 10) and swap the order of U and V.</td>
129        </tr>
130        <tr>
131<th>EFFECT_MAX</th>
132          <td>
133        </td>
134        </tr>
135      </table> </div>
136<h2>Description</h2>
137    <div class="section">
138<p>Enumerated type that indicates effects.</p><!-- write here --></div>
139<h2>Revision History</h2>
140    <div class="section">
141      <dl class="history">
142        <dt>2010/01/07</dt>
143<dd>Initial version.<br />
144        </dd>
145      </dl>
146    </div>
147  <hr><p>CONFIDENTIAL</p></body>
148</html>