Search results

Jump to navigation Jump to search
  • ...screen]], by passing one of them to the [[function]] [[set_mode]]() as the depth [[parameter]]. | MODE_8BITS || - 8 || - Use a color depth of 8bit. Also called MODE_8BPP.
    545 bytes (84 words) - 08:47, 2 November 2009
  • ...[graph_mode]]. This is also achieved by passing them to the [[parameter]]s depth and flags in the function [[set_mode]](), which is a pretty tidy solution. [[Color depths|Color depths constants]]:
    1 KB (189 words) - 19:08, 3 May 2007
  • '''INT''' map_clear ( <'''INT''' fileID> , <'''INT''' graphID> , <'''WORD''' color> ) Clears a certain graph to a certain color.
    1 KB (167 words) - 03:05, 2 October 2008
  • | Unsupported color depth || - The specified graph has a not supported color depth.
    609 bytes (80 words) - 17:25, 29 March 2009
  • ...( <'''BYTE''' red> , <'''BYTE''' green> , <'''BYTE''' blue> , [<'''INT''' depth>] ) Finds the single [[color]] in the current color mode closest to the combined red, green, and blue values specified. In 32bi
    3 KB (388 words) - 07:07, 16 March 2012
  • '''INT''' map_new ( <'''INT''' width> , <'''INT''' height> , <'''INT''' depth>, [ <'''INT''' flags> ] ) Creates a new [[graphic]], sets the color of all pixels to 0 (transparent) and puts it in the [[system file]].
    2 KB (241 words) - 09:18, 19 July 2012
  • ...olor corresponds with the palette index (0..255); in 16 bit color mode the color corresponds with an RGB value (0..65535): 5 bits for red, 6 bits for green The RGB(A) values of a color can be obtained with [[get_rgb]]() and [[get_rgba]]().
    2 KB (262 words) - 04:06, 14 November 2010
  • ...epth || - A [[graphic]] in the specified [[file]] has an unsupported color depth. | Differing color depths || - An [[FPG]] can't hold [[graphic]]s of different color depths.
    1,007 bytes (133 words) - 00:56, 21 July 2012
  • | Unsupported color depth || - The origin graph's color depth is greater than the destination graph's. // Create a new graph of size 100x100 and color depth of 8bit
    1 KB (214 words) - 19:41, 10 July 2009
  • | Unsupported color depth || - The specified graph has a not supported color depth. ''(Console)''
    778 bytes (102 words) - 03:05, 2 October 2008
  • Returns the [[color]] on the specified [[graphic]] of the specified [[pixel]]. | '''INT''' x || - The X-coordinate of the [[pixel]] the color is wanted.
    862 bytes (123 words) - 11:57, 16 March 2012
  • ..., <'''BYTE''' green> , <'''BYTE''' blue>, <'''BYTE''' alpha> , [<'''INT''' depth>] ) Finds the single [[color]] in the current color mode closest to the combined red, green, blue and alpha values specified. T
    3 KB (430 words) - 07:05, 16 March 2012
  • | Unsupported color depth || - The origin graph's color depth is greater than the destination graph's.
    1 KB (140 words) - 17:39, 29 March 2009
  • ...INTER''' red> , <'''POINTER''' green> , <'''POINTER''' blue> , [<'''INT''' depth>] ) Get access to the memory sections of the color components, these can be accessed with the [[Offset]] operator.
    3 KB (493 words) - 11:32, 20 July 2012
  • ...TER''' green> , <'''POINTER''' blue> , <'''POINTER''' alpha> , [<'''INT''' depth>] ) Get access to the memory sections of the color components, these can be accessed with the [[Offset]] operator.
    3 KB (543 words) - 00:51, 21 July 2012
  • | Unsupported color depth || - The graphic's color depth is greater than the background graphic's.
    2 KB (228 words) - 14:25, 2 June 2009
  • '''INT''' mode_is_ok ( <'''INT''' width> , <'''INT''' height> , <'''INT''' depth>, <'''INT''' flags> ) Returns 0 if the requested mode is not supported under any bit depth,or returns the bits-per-pixel of the closest available mode with the given
    1 KB (173 words) - 06:37, 3 November 2009
  • '''INT''' fnt_new ( <'''INT''' depth> ) Creates a new [[font]] with a certain color depth. There exists three variants of this function:
    3 KB (481 words) - 10:55, 20 July 2012
  • | Unsupported color depth || - The origin graphic's color depth is greater than the destination graph's.
    2 KB (246 words) - 03:05, 2 October 2008
  • '''POINTER''' get_modes ( <'''INT''' depth>, <'''INT''' flags> ) Returns a pointer to an array of available screen dimensions for the given [[depth]] and [[render flags]], sorted largest to smallest.
    3 KB (302 words) - 17:14, 10 April 2011

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)