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 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48 <title>nw::gfx::res::ResBlendOperation</title> 49 </head> 50 <body> 51 <h1><CODE><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/gfx/Overview.html">gfx</a>::<a href="../../../../nw/gfx/res/Overview.html">res</a>::ResBlendOperation</CODE> Class</h1> 52 <h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">class ResBlendOperation : public <a href="../../../../nw/ut/ResCommon/Overview.html">nw::ut::ResCommon< ResBlendOperationData ></a></pre> 55 </div> 56 <h2>Description</h2> 57 <div class="section"> 58 <p>Binary resource class that represents blenders.</p> 59 </div> 60 <a name="enum" id="enum"> 61 <h2>Enumerated Types</h2> 62 <div class="section"> 63 <table class="members"> 64 <tr> 65 <td width="100"> </td> 66 <th> 67 <a href="../../../../nw/gfx/res/ResBlendOperation/Mode.html"><CODE>Mode</CODE></a> 68 </th> 69 <td>Definition of blend mode.</td> 70 </tr> 71 <tr> 72 <td width="100"> </td> 73 <th> 74 <a href="../../../../nw/gfx/res/ResBlendOperation/LogicOp.html"><CODE>LogicOp</CODE></a> 75 </th> 76 <td>Defines the calculation method to be used in logical operations.</td> 77 </tr> 78 <tr> 79 <td width="100"> </td> 80 <th> 81 <a href="../../../../nw/gfx/res/ResBlendOperation/BlendFactor.html"><CODE>BlendFactor</CODE></a> 82 </th> 83 <td>Definition of I/O components.</td> 84 </tr> 85 <tr> 86 <td width="100"> </td> 87 <th> 88 <a href="../../../../nw/gfx/res/ResBlendOperation/BlendEquation.html"><CODE>BlendEquation</CODE></a> 89 </th> 90 <td>Defines the blend equation.</td> 91 </tr> </table> 92 </div> 93 </a> <a name="function" id="function"> 94 <h2>Member Functions</h2> 95 <div class="section"> 96 <table class="members"> 97 <tr> 98 <td width="100"> </td> 99 <th> 100 <a href="../../../../nw/gfx/res/ResBlendOperation/ResBlendOperation.html">ResBlendOperation</a> 101 </th> 102 <td>Constructor.</td> 103 </tr> 104 <tr> 105 <td width="100"> </td> 106 <th> 107 <a href="../../../../nw/gfx/res/ResBlendOperation/ref.html"><CODE>ref</CODE></a> 108 </th> 109 <td> 110 </td> 111 </tr> 112 <tr> 113 <td width="100"> </td> 114 <th> 115 <a href="../../../../nw/gfx/res/ResBlendOperation/operator==.html"><CODE>operator==</CODE></a> 116 </th> 117 <td> 118 </td> 119 </tr> 120 <tr> 121 <td width="100"> </td> 122 <th> 123 <a href="../../../../nw/gfx/res/ResBlendOperation/operator!=.html"><CODE>operator!=</CODE></a> 124 </th> 125 <td> 126 </td> 127 </tr> 128 <tr> 129 <td width="100"> </td> 130 <th> 131 <a href="../../../../nw/gfx/res/ResBlendOperation/GetMode.html"><CODE>GetMode</CODE></a> 132 </th> 133 <td>Gets the blend mode.</td> 134 </tr> 135 <tr> 136 <td width="100"> </td> 137 <th> 138 <a href="../../../../nw/gfx/res/ResBlendOperation/SetMode.html"><CODE>SetMode</CODE></a> 139 </th> 140 <td>Sets blend mode.</td> 141 </tr> 142 <tr> 143 <td width="100"> </td> 144 <th> 145 <a href="../../../../nw/gfx/res/ResBlendOperation/SetBlendColor.html"><CODE>SetBlendColor</CODE></a> 146 </th> 147 <td>Sets blend color.</td> 148 </tr> 149 <tr> 150 <td width="100"> </td> 151 <th> 152 <a href="../../../../nw/gfx/res/ResBlendOperation/GetBlendColor.html"><CODE>GetBlendColor</CODE></a> 153 </th> 154 <td>Gets the blend color.</td> 155 </tr> 156 <tr> 157 <td width="100"> </td> 158 <th> 159 <a href="../../../../nw/gfx/res/ResBlendOperation/GetLogicOperation.html"><CODE>GetLogicOperation</CODE></a> 160 </th> 161 <td>Sets the calculation method for logical calculations.</td> 162 </tr> 163 <tr> 164 <td width="100"> </td> 165 <th> 166 <a href="../../../../nw/gfx/res/ResBlendOperation/SetLogicOperation.html"><CODE>SetLogicOperation</CODE></a> 167 </th> 168 <td>Sets the calculation method for logical calculations.</td> 169 </tr> 170 <tr> 171 <td width="100"> </td> 172 <th> 173 <a href="../../../../nw/gfx/res/ResBlendOperation/GetBlendFuncSrcRgb.html"><CODE>GetBlendFuncSrcRgb</CODE></a> 174 </th> 175 <td>Gets the input components for the color blend equation.</td> 176 </tr> 177 <tr> 178 <td width="100"> </td> 179 <th> 180 <a href="../../../../nw/gfx/res/ResBlendOperation/SetBlendFuncSrcRgb.html"><CODE>SetBlendFuncSrcRgb</CODE></a> 181 </th> 182 <td>Sets the input components for the color blend equation.</td> 183 </tr> 184 <tr> 185 <td width="100"> </td> 186 <th> 187 <a href="../../../../nw/gfx/res/ResBlendOperation/GetBlendFuncSrcAlpha.html"><CODE>GetBlendFuncSrcAlpha</CODE></a> 188 </th> 189 <td>Gets the input components for the alpha blend equation.</td> 190 </tr> 191 <tr> 192 <td width="100"> </td> 193 <th> 194 <a href="../../../../nw/gfx/res/ResBlendOperation/SetBlendFuncSrcAlpha.html"><CODE>SetBlendFuncSrcAlpha</CODE></a> 195 </th> 196 <td>Sets the input components for the alpha blend equation.</td> 197 </tr> 198 <tr> 199 <td width="100"> </td> 200 <th> 201 <a href="../../../../nw/gfx/res/ResBlendOperation/GetBlendFuncDstRgb.html"><CODE>GetBlendFuncDstRgb</CODE></a> 202 </th> 203 <td>Gets the output components for the color blend equation.</td> 204 </tr> 205 <tr> 206 <td width="100"> </td> 207 <th> 208 <a href="../../../../nw/gfx/res/ResBlendOperation/SetBlendFuncDstRgb.html"><CODE>SetBlendFuncDstRgb</CODE></a> 209 </th> 210 <td>Sets the output components for the color blend equation.</td> 211 </tr> 212 <tr> 213 <td width="100"> </td> 214 <th> 215 <a href="../../../../nw/gfx/res/ResBlendOperation/GetBlendFuncDstAlpha.html"><CODE>GetBlendFuncDstAlpha</CODE></a> 216 </th> 217 <td>Gets the output components for the alpha blend equation.</td> 218 </tr> 219 <tr> 220 <td width="100"> </td> 221 <th> 222 <a href="../../../../nw/gfx/res/ResBlendOperation/SetBlendFuncDstAlpha.html"><CODE>SetBlendFuncDstAlpha</CODE></a> 223 </th> 224 <td>Sets the output components for the alpha blend equation.</td> 225 </tr> 226 <tr> 227 <td width="100"> </td> 228 <th> 229 <a href="../../../../nw/gfx/res/ResBlendOperation/GetBlendEquationRgb.html"><CODE>GetBlendEquationRgb</CODE></a> 230 </th> 231 <td>Gets the color blend equation.</td> 232 </tr> 233 <tr> 234 <td width="100"> </td> 235 <th> 236 <a href="../../../../nw/gfx/res/ResBlendOperation/SetBlendEquationRgb.html"><CODE>SetBlendEquationRgb</CODE></a> 237 </th> 238 <td>Sets the color blend equation.</td> 239 </tr> 240 <tr> 241 <td width="100"> </td> 242 <th> 243 <a href="../../../../nw/gfx/res/ResBlendOperation/GetBlendEquationAlpha.html"><CODE>GetBlendEquationAlpha</CODE></a> 244 </th> 245 <td>Gets the alpha blend equation.</td> 246 </tr> 247 <tr> 248 <td width="100"> </td> 249 <th> 250 <a href="../../../../nw/gfx/res/ResBlendOperation/SetBlendEquationAlpha.html"><CODE>SetBlendEquationAlpha</CODE></a> 251 </th> 252 <td>Sets the alpha blend equation.</td> 253 </tr> 254 <tr> 255 <td width="100"> </td> 256 <th> 257 <a href="../../../../nw/gfx/res/ResBlendOperation/GetCommandBuffer.html">GetCommandBuffer</a> 258 </th> 259 <td>Gets a pointer to the command buffer.</td> 260 </tr> 261 <tr> 262 <td width="100"> </td> 263 <th> 264 <a href="../../../../nw/ut/ResCommon/ptr.html">ptr</a> 265 </th> 266 <td>Returns a pointer to a binary resource structure. (Derived from <CODE><a href="../../../../nw/ut/ResCommon/Overview.html">ResCommon</a></CODE>)</td> 267 </tr> 268 <tr> 269 <td width="100"> </td> 270 <th> 271 <a href="../../../../nw/ut/ResCommonBase/IsValid.html"><CODE>IsValid</CODE></a> 272 </th> 273 <td>Determines whether a pointer to a resource is <CODE>null</CODE>.(Derived from <CODE><a href="../../../../nw/ut/ResCommonBase/Overview.html">ResCommonBase</a></CODE>.)</td> 274 </tr> 275 <tr> 276 <td width="100"> 277 <span class="static_style" title="static">S</span> </td> 278 <th> 279 <a href="../../../../nw/gfx/res/ResBlendOperation/GetClassName.html"><CODE>GetClassName</CODE></a> 280 </th> 281 <td> 282 </td> 283 </tr> </table> 284 </div> 285 </a> 286 <h2>Class Hierarchy</h2> 287 <div class="section"> 288 <p class="hierarchy"><a href="../../../../nw/ut/ResCommonBase/Overview.html">nw::ut::ResCommonBase</a><br /> <a href="../../../../nw/ut/ResCommon/Overview.html">nw::ut::ResCommon</a><br /> <b>nw::gfx::res::ResBlendOperation</b> 289 </p> 290 </div> 291 <hr><p>CONFIDENTIAL</p></body> 292</html> 293