summaryrefslogtreecommitdiff
path: root/docs/Enums/SDLArtworkImageFormat.html
blob: d5fa6fe6c99d39060140c27c6197614270b8509c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<h1>SDLArtworkImageFormat Enumeration Reference</h1>

<h3>Section Contents</h3>

<ul>
  <li><a href="#section-SDLArtworkImageFormatPNG">SDLArtworkImageFormatPNG</a></li>
  <li><a href="#section-SDLArtworkImageFormatJPG">SDLArtworkImageFormatJPG</a></li>
</ul>

<h3>Overview</h3>

<p>Image format of an artwork file</p>


<section class="section task-group-section">
  <h3 id="section-SDLArtworkImageFormatPNG">
      SDLArtworkImageFormatPNG
  </h3>
  
  <p>Image format: PNG</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLArtworkImageFormatPNG</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="kt">PNG</span> <span class="o">=</span> <span class="mi">0</span></code></pre>

  
  
  
  <h3 id="section-SDLArtworkImageFormatJPG">
      SDLArtworkImageFormatJPG
  </h3>
  
  <p>Image format: JPG</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLArtworkImageFormatJPG</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="kt">JPG</span> <span class="o">=</span> <span class="mi">1</span></code></pre>

  
  
  
</section>