Show / Hide Table of Contents

Constructor ColorInt.ColorInt(+ 1 overload)


Overload

public ColorInt(int colorARGB, bool? makeOpaque = null)
Parameters
colorARGB  (int)

Color value in 0xAARRGGBB or 0xRRGGBB format.

makeOpaque  (bool?)

Set alpha = 0xFF. If null (default), sets alpha = 0xFF if it is 0 in colorBGR.


Overload(top)

public ColorInt(uint colorARGB, bool? makeOpaque)
Parameters
colorARGB  (uint)

Color value in 0xAARRGGBB or 0xRRGGBB format.

makeOpaque  (bool?)

Set alpha = 0xFF. If null (default), sets alpha = 0xFF if it is 0 in colorBGR.