IVsUIShell6.ThemeDIBits Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ThemeDIBits(UInt32, array<Byte[], UInt32, UInt32, Boolean, UInt32) | (Inherited from IVsUIShell5.) | |
ThemeDIBits(UInt32, Byte%, UInt32, UInt32, Boolean, UInt32) | Applies theming to BGRA32 device-independent bitmap bits. The luminosity of the image is transformed so that the constant "halo" luminosity blends in with the background. This has the effect of eliminating the halo visually. The "halo" luminosity is an immutable constant, and is not calculated from the input image. Images which contain cyan (#00FFFF) in their top-right pixel are not inverted. Instead, the top-right pixel is cleared (RGBA are all set to 0) and S_OK is returned without otherwise modifying the image. |
Top