~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpcolor/tmpl/gimprgb.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
@gamma: 
194
194
 
195
195
 
 
196
<!-- ##### FUNCTION gimp_rgb_luminance ##### -->
 
197
<para>
 
198
 
 
199
</para>
 
200
 
 
201
@rgb: 
 
202
@Returns: 
 
203
 
 
204
 
 
205
<!-- ##### FUNCTION gimp_rgb_luminance_uchar ##### -->
 
206
<para>
 
207
 
 
208
</para>
 
209
 
 
210
@rgb: 
 
211
@Returns: 
 
212
 
 
213
 
196
214
<!-- ##### FUNCTION gimp_rgb_intensity ##### -->
197
215
<para>
198
216
 
305
323
@Returns: 
306
324
 
307
325
 
 
326
<!-- ##### MACRO GIMP_RGB_LUMINANCE ##### -->
 
327
<para>
 
328
 
 
329
</para>
 
330
 
 
331
@r: 
 
332
@g: 
 
333
@b: 
 
334
 
 
335
 
 
336
<!-- ##### MACRO GIMP_RGB_LUMINANCE_RED ##### -->
 
337
<para>
 
338
 
 
339
</para>
 
340
 
 
341
 
 
342
 
 
343
<!-- ##### MACRO GIMP_RGB_LUMINANCE_GREEN ##### -->
 
344
<para>
 
345
 
 
346
</para>
 
347
 
 
348
 
 
349
 
 
350
<!-- ##### MACRO GIMP_RGB_LUMINANCE_BLUE ##### -->
 
351
<para>
 
352
 
 
353
</para>
 
354
 
 
355
 
 
356
 
308
357
<!-- ##### MACRO GIMP_RGB_INTENSITY ##### -->
309
358
<para>
310
359
This macro calculates the intensity of an RGB value based on
344
393
 
345
394
 
346
395
 
 
396
<!-- ##### MACRO GIMP_TYPE_PARAM_RGB ##### -->
 
397
<para>
 
398
 
 
399
</para>
 
400
 
 
401
 
 
402
 
 
403
<!-- ##### FUNCTION gimp_param_spec_rgb ##### -->
 
404
<para>
 
405
 
 
406
</para>
 
407
 
 
408
@name: 
 
409
@nick: 
 
410
@blurb: 
 
411
@has_alpha: 
 
412
@default_value: 
 
413
@flags: 
 
414
@Returns: 
 
415
 
 
416
 
 
417
<!-- ##### FUNCTION gimp_param_spec_rgb_has_alpha ##### -->
 
418
<para>
 
419
 
 
420
</para>
 
421
 
 
422
@pspec: 
 
423
@Returns: 
 
424
 
 
425
 
347
426
<!-- ##### MACRO GIMP_VALUE_HOLDS_RGB ##### -->
348
427
<para>
349
428
 
352
431
@value: 
353
432
 
354
433
 
 
434
<!-- ##### FUNCTION gimp_value_get_rgb ##### -->
 
435
<para>
 
436
 
 
437
</para>
 
438
 
 
439
@value: 
 
440
@rgb: 
 
441
 
 
442
 
 
443
<!-- ##### FUNCTION gimp_value_set_rgb ##### -->
 
444
<para>
 
445
 
 
446
</para>
 
447
 
 
448
@value: 
 
449
@rgb: 
 
450
 
 
451