An NDoc Documented Class Library

RGBA Structure

This class describe a color by normalized R, G, B, A - values.

For a list of all members of this type, see RGBA Members.

System.Object
   System.ValueType
      Minais.Drawing3d.Materials.RGBA

public struct RGBA

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Example

Red : RGBA.R = 1, RGBA.B = 0; RGBA.G = 0; RGBA.A = 0;

Requirements

Namespace: Minais.Drawing3d.Materials

Assembly: Drawing3d (in Drawing3d.dll)

See Also

RGBA Members | Minais.Drawing3d.Materials Namespace