Method scmap1a
| Improve this Doc View Sourcescmap1a(Int32[], Int32[], Int32[], Double[])
plscmap1a: Set semitransparent cmap1 RGBA colors.
Declaration
public static void scmap1a(Int32[] r, Int32[] g, Int32[] b, Double[] alpha)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | r | A vector that represents (using unsigned 8-bit integers in the range from 0-255) the degree of red in the color as a continuous function of the integer index of the vector. |
Int32[] | g | A vector that represents (using unsigned 8-bit integers in the range from 0-255) the degree of green in the color as a continuous function of the integer index of the vector. |
Int32[] | b | A vector that represents (using unsigned 8-bit integers in the range from 0-255) the degree of blue in the color as a continuous function of the integer index of the vector. |
Double[] | alpha | A vector that represents (using PLFLT values in the range from 0.0-1.0 where 0.0 corresponds to completely transparent and 1.0 corresponds to completely opaque) the alpha transparency of the color as a continuous function of the integer index of the vector. |
Remarks
Set semitransparent cmap1 colors (see ) using RGBA vector values. This function also sets the number of cmap1 colors. N.B. Continuous cmap1 colors are indexed with a floating-point index in the range from 0.0-1.0 which is linearly transformed (e.g., by plcol1) to an integer index of these RGBA vectors in the range from 0 to ncol1-1. So in order for this continuous color model to work properly, it is the responsibility of the user of plscmap1 to insure that these RGBA vectors are continuous functions of their integer indices.