company logo

Color :: operator= - Assign color

The operator assigns the color value passed in cColor to the current color.

Implementation details

Color  :: operator= ( odabagui::Color &cColor )
  • cColor - Color

    Color is a resource object type, which can be used for defining the color for different resource objects. Color is passed as red/green/blue component with values between 0 and 255 for each color component (16 million colors).