PaletteEntry Constructor(Int32,Int32,Int32,Int32)
In This Topic
Creates a
PaletteEntry with given (premultiplied by alpha) values for the color channels.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public PaletteEntry(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- r
- The Red channel value (0..65535), premultiplied by the associated alpha component.
- g
- The Green channel value (0..65535), premultiplied by the associated alpha component.
- b
- The Blue channel value (0..65535), premultiplied by the associated alpha component.
- a
- The Alpha channel value (0..65535).
See Also