[go: up one dir, main page]

File: kate-format-color.doc

package info (click to toggle)
libkate 0.3.7-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,484 kB
  • ctags: 4,083
  • sloc: ansic: 10,002; sh: 8,853; yacc: 2,250; python: 721; lex: 362; makefile: 239
file content (24 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Copyright (C) 2008 Vincent Penquerc'h.
   This file is part of the Kate codec library.
   Written by Vincent Penquerc'h.

   Use, distribution and reproduction of this library is governed
   by a BSD style source license included with this source in the
   file 'COPYING'. Please read these terms before distributing. */


/**

\page format_color Format - color

Colors are a set of red, green, blue, and alpha values. In the Kate
bitstream, these are represented as 4 8 bit values, in this order:

\li 8 bit for red (0 is black, 255 is full intensity)
\li 8 bit for green (0 is black, 255 is full intensity)
\li 8 bit for blue (0 is black, 255 is full intensity)
\li 8 bit for alpha (0 is fully transparent, 255 is fully opaque)


*/