diff options
author | hobbs <hobbs> | 1999-10-29 03:57:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-29 03:57:40 (GMT) |
commit | 62b72b828e6c010209ab75d9d8507adf8f7d6836 (patch) | |
tree | fd03e7a02f442e830fe2101ca5bece2a79b2ffb8 /doc/FindPhoto.3 | |
parent | 2c38c6446ce7ca4f7f529a83eacb10d7b2acfd18 (diff) | |
download | tk-62b72b828e6c010209ab75d9d8507adf8f7d6836.zip tk-62b72b828e6c010209ab75d9d8507adf8f7d6836.tar.gz tk-62b72b828e6c010209ab75d9d8507adf8f7d6836.tar.bz2 |
* doc/CrtImgType.3:
* doc/CrtPhImgFmt.3:
* doc/FindPhoto.3:
* doc/photo.n: new docs for Img patch mods
Diffstat (limited to 'doc/FindPhoto.3')
-rw-r--r-- | doc/FindPhoto.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/FindPhoto.3 b/doc/FindPhoto.3 index 0673efb..47f5df2 100644 --- a/doc/FindPhoto.3 +++ b/doc/FindPhoto.3 @@ -9,7 +9,7 @@ '\" Department of Computer Science, '\" Australian National University. '\" -'\" RCS: @(#) $Id: FindPhoto.3,v 1.2 1998/09/14 18:22:47 stanton Exp $ +'\" RCS: @(#) $Id: FindPhoto.3,v 1.3 1999/10/29 03:57:40 hobbs Exp $ '\" .so man.macros .TH Tk_FindPhoto 3 8.0 Tk "Tk Library Procedures" @@ -119,7 +119,7 @@ typedef struct { int \fIheight\fR; int \fIpitch\fR; int \fIpixelSize\fR; - int \fIoffset[3]\fR; + int \fIoffset[4]\fR; } Tk_PhotoImageBlock; .CE The \fIpixelPtr\fR field points to the first pixel, that is, the @@ -130,10 +130,10 @@ difference between two horizontally adjacent pixels. Often it is 3 or 4, but it can have any value. The \fIpitch\fR field specifies the address difference between two vertically adjacent pixels. The \fIoffset\fR array contains the offsets from the address of a pixel -to the addresses of the bytes containing the red, green and blue -components. These are normally 0, 1 and 2, but can have other values, -e.g., for images that are stored as separate red, green and blue -planes. +to the addresses of the bytes containing the red, green, blue and alpha +(transparency) components. These are normally 0, 1, 2 and 3, but can +have other values, e.g., for images that are stored as separate red, +green and blue planes. .PP The value given for the \fIwidth\fR and \fIheight\fR parameters to \fBTk_PhotoPutBlock\fR do not have to correspond to the values specified |