docs: Cosmetics

Make the GdkRGBA heading less repetitive.
This commit is contained in:
Matthias Clasen 2020-10-29 13:36:26 -04:00
parent 838d0924b9
commit 9f71bdd045

View File

@ -32,10 +32,10 @@
/**
* SECTION:rgba_colors
* @Title: GdkRGBA
* @Short_description: RGBA colors
* @Title: RGBA Colors
*
* #GdkRGBA is a convenient way to pass rgba colors around.
* #GdkRGBA is a convenient way to pass colors around.
* Its based on cairos way to deal with colors and mirrors its behavior.
* All values are in the range from 0.0 to 1.0 inclusive. So the color
* (0.0, 0.0, 0.0, 0.0) represents transparent black and