OSDN Git Service

SDL_Rect サンプルコードを修正 コピー先のwとhは無視されるため0とした https://github.com/libsdl-org/sdlwiki/commit...
[sdl2referencejp/sdl2referencejp.git] / SDL_GetWindowICCProfile.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="ja-JP">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <meta name="keywords" content="Simple Directmedia Layer SDL2.0">
7 <link rel="top" href="index.html" title="\83z\81[\83\80">
8 <link rel="parent" href="CategoryVideo.html" title="1\82Â\8fã">
9 <title>SDL_GetWindowICCProfile</title>
10 </head>
11 <body>
12 <a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryVideo.html">\83f\83B\83X\83v\83\8c\83C\82Æ\83E\83B\83\93\83h\83E</a> - SDL_GetWindowICCProfile
13 <hr>
14 <h1>SDL_GetWindowICCProfile</h1>
15 \89æ\96Ê\82É\95\\8e¦\82³\82ê\82Ä\82¢\82é\83E\83B\83\93\83h\83E\82ÌICC\83v\83\8d\83t\83@\83C\83\8b\82ð\96³\95Ò\8fW\82Å\93¾\82é
16 <h2>\8d\\95¶</h2>
17 <code>void* SDL_GetWindowICCProfile(SDL_Window * window, size_t* size)</code>
18 <h2>\88ø\90\94</h2>
19 <table border="1" summary="SDL_GetWindowICCProfile">
20 <tr><td>window</td><td>\83E\83B\83\93\83h\83E</td></tr>
21 <tr><td>size</td><td>ICC\83v\83\8d\83t\83@\83C\83\8b\82Ì\83T\83C\83Y</td></tr>
22 </table>
23 <h2>\96ß\82è\92l</h2>
24 <p>
25 \96³\95Ò\8fW\82ÌICC\83v\83\8d\83t\83@\83C\83\8b\82ð\96ß\82·. \8e¸\94s\82Ì\82Æ\82«NULL\82ð\96ß\82·.
26 <a href="SDL_GetError.html">SDL_GetError()</a>\82Å\8fÚ\8d×\82ð\92m\82é\82±\82Æ\82ª\82Å\82«\82é.
27 </p>
28 <h2>\8fÚ\8d×</h2>
29 <p>
30 \96ß\82³\82ê\82½\83f\81[\83^\82ÍSDL_Free()\82Å\89ð\95ú\82·\82é\95K\97v\82ª\82 \82é.
31 </p>
32 <h2>\83o\81[\83W\83\87\83\93</h2>
33 SDL 2.0.18\88È\8d~
34 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
35 <a href="https://wiki.libsdl.org/SDL_GetWindowICCProfile">SDL_GetWindowICCProfile - SDL Wiki</a>
36 <hr>
37 </body>
38 </html>