TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: hooloovoo on May 20, 2004, 04:33:36 PM

Title: how do i make transparent background?
Post by: hooloovoo on May 20, 2004, 04:33:36 PM
i have a picture that i want to convert to an icon
i minimized it to the correct size
however i still have white edges
i use paint
how can i set the edges?
thanks
Title: how do i make transparent background?
Post by: Blazingwolf on May 20, 2004, 05:33:33 PM
You can make the white area transparent in your skin by using the following commad:

color-transparent

Specifies the color that should be used as the transparent color on subsequent loading of bitmaps.

Syntax

color,transparent,<R_G_B>

Parameters

<R_G_B>
   

R -> Red component (0-255)

G -> Green component (0-255)

B -> Blue component (0-255)

If R set to –1, then G can specify a theme color (see below).  In this case the B value is irrelevant and can be set to any value (usually – 1).

Example

color,transparent,255_0_255


This can be found in the reference guide found  HERE (http://www.dark-mojo.com/todayplus/viewtopic.php?t=3) .
Title: how do i make transparent background?
Post by: hooloovoo on May 21, 2004, 02:06:23 AM
thanks i'll try that