GfxOpt
Overview
Related Modules:
Description:
Defines hardware acceleration options.
Summary
Data Fields
| Variable Name | Description |
|---|---|
| enAlpha | bool |
| globalAlpha | uint32_t |
| blendType | BlendType |
| colorKeyFrom | ColorKey |
| enableRop | bool |
| ropType | RopType |
| enableScale | bool |
| rotateType | TransformType |
| mirrorType | MirrorType |
Details
Field Documentation
blendType
1. [BlendType]($api-api-SmartVision-Devices-Display.md#gaab1839ed4aab1030dfda801a51e68817) GfxOpt::blendType
Description:
Blending type
colorKeyFrom
1. [ColorKey]($api-api-SmartVision-Devices-Display.md#ga4fe6fb05c7ba0048b1739d88f4d4878e) GfxOpt::colorKeyFrom
Description:
Color key mode
enableRop
1. bool GfxOpt::enableRop
Description:
Raster operations pipeline (ROP) enable bit
enableScale
1. bool GfxOpt::enableScale
Description:
Scaling enable bit
enAlpha
1. bool GfxOpt::enAlpha
Description:
Alpha enable bit
globalAlpha
1. uint32_t GfxOpt::globalAlpha
Description:
Global alpha value
mirrorType
1. [MirrorType]($api-api-SmartVision-Devices-Display.md#ga08d32376574b541d162d8534adb78fd0) GfxOpt::mirrorType
Description:
Mirror type
ropType
1. [RopType]($api-api-SmartVision-Devices-Display.md#ga24265f7618fbdba53d3da4806d3097c4) GfxOpt::ropType
Description:
ROP type
rotateType
1. [TransformType]($api-api-SmartVision-Devices-Display.md#gaa65f3b21a9a92ff022e435a7304126d2) GfxOpt::rotateType
Description:
Rotation type
