-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
背景画像に対して透過効果を出来るようにして欲しいです #665
Comments
背景画像の透過ですが簡単に実現出来そうなことが分かりました。 BLENDFUNCTION::SourceConstantAlpha の値で画像の透過度を調節出来るようです。 もし #683 が merge されたら、別のPRで設定画面の変更も含めて対応しようと思います。 なお、エディト領域のウィンドウ自体が透過して後ろのウィンドウの内容が透けて見えるようにするには、WS_EX_LAYERED を指定してから UpdateLayeredWindow を使えば出来るようです。しかし WM_PAINT に頼れなくなるようなのでそうすると結構大きな改造が必要そうでしんどい気がします。。 |
参考情報を追記しときます。 サクラエディタのウインドウ構造はこうなっています。 透過実装を行う場合、少なくともこの3つのウインドウクラスに対して変更が必要です。 現状の
|
あらら、、透過ウィンドウの実現は厳しそうですね。 |
背景画像に限らないウィンドウ自体の透過表示については別Issue #691 で扱う事にしましょう。 |
#704 を merge したので close します。 |
@arigayas
#659 (comment)
@beru
#659 (comment)
The text was updated successfully, but these errors were encountered: