ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / Flood Class / Color Property

In This Topic
    Color Property (Flood)
    In This Topic
    The color and opacity of the bitmap. This property is a C1.Util.DX.ColorF. The individual values for each channel are of type FLOAT, unbounded and unitless. The effect doesn't modify the values for the channels. The RGBA values for each channel range from 0 to 1.
    Syntax
    'Declaration
     
    Public Property Color As ColorF
    public ColorF Color {get; set;}
    See Also