SDL_Color.3
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. .TH "SDL_Color" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" 
  2. .SH "NAME"
  3. SDL_Color- Format independent color description
  4. .SH "STRUCTURE DEFINITION"
  5. .PP
  6. .nf
  7. f(CWtypedef struct{
  8.   Uint8 r;
  9.   Uint8 g;
  10.   Uint8 b;
  11.   Uint8 unused;
  12. } SDL_Color;fR
  13. .fi
  14. .PP
  15. .SH "STRUCTURE DATA"
  16. .TP 20
  17. fBrfR
  18. Red intensity
  19. .TP 20
  20. fBgfR
  21. Green intensity
  22. .TP 20
  23. fBbfR
  24. Blue intensity
  25. .TP 20
  26. fBunusedfR
  27. Unused
  28. .SH "DESCRIPTION"
  29. .PP
  30. fBSDL_ColorfR describes a color in a format independent way&. You can convert a fBSDL_ColorfR to a pixel value for a certain pixel format using fIfBSDL_MapRGBfPfR&.
  31. .SH "SEE ALSO"
  32. .PP
  33. fIfBSDL_PixelFormatfRfR, fIfBSDL_SetColorsfPfR, fIfBSDL_PalettefPfR
  34. ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 23:01