Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2009-12-12 21:12:56
Size: 1469
Editor: SheenaSmith
Comment: create page, add content
Revision 2 as of 2009-12-12 21:16:21
Size: 1101
Editor: SheenaSmith
Comment: remove comment
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

##Remove these comments from the new struct page before saving.
##To automatically show Data Fields content from this page on a function page place the following markup in the Remarks section of the related function(s), where structure is replaced by the actual structure name: <<Include(SDL_structure, , , from="== Data Fields ==", to="== Code Examples ==")>>

SDL_PixelFormat

A structure that contains pixel format information.

Data Fields

SDL_Palette

*palette

should the * be w/ SDL_Palette?

Uint8

BitsPerPixel

why is this field highlighted?

Uint8

BytesPerPixel

ditto

Uint8

Rloss

Uint8

Gloss

Uint8

Bloss

Uint8

Aloss

Uint8

Rshift

Uint8

Gshift

Uint8

Bshift

Uint8

Bshift

Uint8

Ashift

Uint32

Rmask

Uint32

Gmask

Uint32

Bmask

Uint32

Amask

Code Examples

You can add your code example here

Remarks

Everything in the pixel format structure is read-only.


CategoryStruct

None: SDL_PixelFormat (last edited 2017-03-11 22:56:47 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit