| Tizen Native API
    4.0
    | 
Enumeration for instances of properties belonging to the Renderer class. More...
| Public Types | |
| enum | |
| Enumeration for instances of properties belonging to the Renderer class.  More... | |
Detailed Description
Enumeration for instances of properties belonging to the Renderer class.
- Since:
- 3.0, DALi version 1.1.43
Member Enumeration Documentation
| anonymous enum | 
Enumeration for instances of properties belonging to the Renderer class.
- Since:
- 3.0, DALi version 1.1.43
- Enumerator:
- DEPTH_INDEX - Name "depthIndex", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is 0.
 - FACE_CULLING_MODE - Name "faceCullingMode", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is FaceCullingMode::NONE.
 - BLEND_MODE - Name "blendMode", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is BlendMode::AUTO.
 - BLEND_EQUATION_RGB - Name "blendEquationRgb", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is BlendEquation::ADD.
 - BLEND_EQUATION_ALPHA - Name "blendEquationAlpha", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is BlendEquation::ADD.
 - BLEND_FACTOR_SRC_RGB - Name "blendFactorSrcRgb", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is BlendFactor::SRC_ALPHA.
 - BLEND_FACTOR_DEST_RGB - Name "blendFactorDestRgb", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is BlendFactor::ONE_MINUS_SRC_ALPHA.
 - BLEND_FACTOR_SRC_ALPHA - Name "blendFactorSrcAlpha", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is BlendFactor::ONE.
 - BLEND_FACTOR_DEST_ALPHA - Name "blendFactorDestAlpha", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is BlendFactor::ONE_MINUS_SRC_ALPHA.
 - BLEND_COLOR - Name "blendColor", type VECTOR4. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is Color::TRANSPARENT.
 - BLEND_PRE_MULTIPLIED_ALPHA - Name "blendPreMultipledAlpha", type BOOLEAN. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is false.
 - INDEX_RANGE_FIRST - Name "indexRangeFirst", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is 0.
 - INDEX_RANGE_COUNT - Name "indexRangeCount", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default (0) means that whole range of indices will be used.
 - DEPTH_WRITE_MODE - Name "depthWriteMode", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - See also:
- DepthWriteMode
 - Note:
- The default value is DepthWriteMode::AUTO.
 - DEPTH_FUNCTION - Name "depthFunction", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - See also:
- DepthFunction
 - Note:
- The default value is DepthFunction::LESS.
 - DEPTH_TEST_MODE - Name "depthTestMode", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - See also:
- DepthTestMode
 - Note:
- The default value is DepthTestMode::AUTO.
 - RENDER_MODE - Name "renderMode", type INTEGER. - Since:
- 3.0, DALi version 1.2.5
 - See also:
- RenderMode
 - Note:
- The default value is RenderMode::AUTO.
 - STENCIL_FUNCTION - Name "stencilFunction", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - See also:
- StencilFunction
 - Note:
- The default value is StencilFunction::ALWAYS.
 - STENCIL_FUNCTION_MASK - Name "stencilFunctionMask", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is 0xFF.
 - STENCIL_FUNCTION_REFERENCE - Name "stencilFunctionReference", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is 0.
 - STENCIL_MASK - Name "stencilMask", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - Note:
- The default value is 0xFF.
 - STENCIL_OPERATION_ON_FAIL - Name "stencilOperationOnFail", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - See also:
- StencilOperation
 - Note:
- The default value is StencilOperation::KEEP
 - STENCIL_OPERATION_ON_Z_FAIL - Name "stencilOperationOnZFail", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - See also:
- StencilOperation
 - Note:
- The default value is StencilOperation::KEEP.
 - STENCIL_OPERATION_ON_Z_PASS - Name "stencilOperationOnZPass", type INTEGER. - Since:
- 3.0, DALi version 1.1.43
 - See also:
- StencilOperation
 - Note:
- The default value is StencilOperation::KEEP.