<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>of_tips</author_name>
  <author_url>https://blog.hatena.ne.jp/of_tips/</author_url>
  <blog_title>ofxTips-JP</blog_title>
  <blog_url>https://ofxtips.hateblo.jp/</blog_url>
  <categories>
    <anon>ofxTips</anon>
    <anon>Graphics</anon>
    <anon>openGL</anon>
  </categories>
  <description>ofFboのバッファ内でアルファブレンディングを行う際、ウィンドウに直接描画するのと同じ方法ではうまくいかない場合があります。まずはこちらのソースコードと、キャプチャをご覧ください。 ofEnableBlendMode(OF_BLENDMODE_ALPHA); ofBackground(0, 0, 0); ofSetColor(255, 255, 255,100); for (int i = 0;i &lt; 10;i++){ ofRect(i*30, i*30, 50, 50); } 上記ソースを、ウィンドウとFboにそれぞれ描画しています。 左がウィンドウに直接描画したもの、右がFboに描画した…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fofxtips.hateblo.jp%2Fentry%2F2013%2F09%2F01%2F181839&quot; title=&quot;ofFbo上でのアルファブレンディング - ofxTips-JP&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://cdn-ak.f.st-hatena.com/images/fotolife/o/of_tips/20130901/20130901175437.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-09-01 18:18:39</published>
  <title>ofFbo上でのアルファブレンディング</title>
  <type>rich</type>
  <url>https://ofxtips.hateblo.jp/entry/2013/09/01/181839</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
