Share via


CMFCColorDialog::SetPageTwo

Explicitly specifies the red, green, and blue components of a selected color on the second property page of a color dialog.

void SetPageTwo(
   BYTE R,
   BYTE G,
   BYTE B 
);

Parameters

  • [in] R
    Specifies a red component of the RGB value

  • [in] G
    Specifies a green component of an RGB value

  • [in] B
    Specifies a blue component of an RGB value

Requirements

Header: afxcolordialog.h

See Also

Reference

CMFCColorDialog Class

Hierarchy Chart